My server is Case Sensitive, and id like to turn it to inSensitive. Example of what I mean is lets say I upload Fruit.php Well then going to this file wont work:
You need to use the mod_speling (sic) apache module:
http://httpd.apache.org/docs/1.3/mod/mod_speling.html
In .htaccess
CheckCaseOnly On CheckSpelling On
The CheckSpelling operative makes Apache perform a more involved effort to find a match e.g. correcting common spelling mistakes