When directly typing in a URL, capitalization doesn't matter for the base URL.
eg
www.mysite.com works the same as www.MySite.com
However, capitalization does matter for anything after the base URL.
eg
www.mysite.com/mydirectory works, but www.mysite.com/MyDirectory gives a 404 error.
Is there anything I can do to make URLs like this work independent of capitalization? Maybe something with htaccess?
(I wasn't sure which forum to post my question in - because my server is linux/PHP I figured I would post it here.)
|