I want people to be able to type in www.mysite.com/pages/INDEX or www.mysite.com/pages/index and get the same thing. (Stupid Unix/Linux servers!) I'm getting confused with all this "mod_speling" stuff and I'm at a loss as to what to do. So, if anyone knows how to use the .htaccess to make URLS case insensitive, post here. As of now, my .htaccess file looks like: DefaultType text/html DirectoryIndex index.php ForceType application/x-httpd-php Options MultiViews I made it so file extensions were eliminated but I still need to make sure that case is not an issue. Thanks alot guys!
I have the same question. Anyone have an idea? I've done quite a bit of searching and haven't found a good solution yet. Thanks!