burritonator
IS-IT--Management
We are in the process of migrating our hosted websites to new servers, and I've run into one seemingly simple issue that I haven't been able to find a solution to.
Our old web servers don't seem to care whether the characters in the URLs are upper or lower case. For instance, if there is a directory and file on the server called "somesite.com/index.html", then entering the URL " " or any other combination of upper/lower case characters will cause the site to load as long as the spelling is correct.
Our new servers, however, are case-sensitive in this regard. Using the above example, the URL " will cause a 404 error since the actual directory and filename on the server is not upper-case.
How can I configure the new server so that it will also ignore case in URLs? I thought it would probably be a setting in the httpd.conf file, but I haven't been able to find it yet.
Thanks
Our old web servers don't seem to care whether the characters in the URLs are upper or lower case. For instance, if there is a directory and file on the server called "somesite.com/index.html", then entering the URL " " or any other combination of upper/lower case characters will cause the site to load as long as the spelling is correct.
Our new servers, however, are case-sensitive in this regard. Using the above example, the URL " will cause a 404 error since the actual directory and filename on the server is not upper-case.
How can I configure the new server so that it will also ignore case in URLs? I thought it would probably be a setting in the httpd.conf file, but I haven't been able to find it yet.
Thanks