I am working a website which is deployed on a linux server. I have small changes to do on that. I have folder read. The requirement is that if i enter the url localhost:80/tom/Read or ../READ or /read it need to navigate to read.php inside a read folder. I am struggling from 2 days. Please possible do the needful.
Thanks
You could point the Document Root at a path upon which you mount a case-insensitive filesystem (FAT32 for example), or use something along the lines of mod_spelling.
You could write a htaccess to lowercase stuff
http://www.chrisabernethy.com/force-lower-case-urls-with-mod_rewrite/