Hi, I just shift my website from Windows 2008 server to Linux server. I am facing a severe problem that the linux server sees Florida.html and florida.html and two different files. Because of this issue hundreds of URL are not working, few images are not displaying and my website is not even displaying properly. How can I fix that. Please help.
use mod_rewrite in .htaccess to convert all urls to low case (I understand all files are lowcase, if not batch rename them to lowcase)
First, check exact reason for images are not display. There are many reason available for don't show images, check with apache error logs.
The easy answer, look into installing, or having your host install mod_speling. (yes, that's the correct spelling of the module) http://httpd.apache.org/docs/current/mod/mod_speling.html