| case sensitive file folders? Avoiding 404 page |
brnm98105

msg:4157319 | 3:06 am on Jun 23, 2010 (gmt 0) | I have an issue with case sensitivity and could use a hand please. A Few Documents that I have sent out I Capitalized a word in the URL to make it stand out. Unfortunately when I go to that URL with the word capitalized it wont work. Example [url]www.mydomain.com/join[/url] (or join/) go to the correct url. When I Capitilize a letter on any folder on my site Example [url]www.mydomain.com/Join[/url] (or Join/) this goes to 404 page Also every other folder name gets the same error FYI I'm set up on an Apache server / Linux System Thanks for any help
|
g1smd

msg:4157384 | 6:22 am on Jun 23, 2010 (gmt 0) | If it is a very small number then a 301 redirect will do what you want. You'll need one line of code for each URL. Apache is case sensitive, so any difference between two URLs makes them two different URLs.
|
|
|