Jump to content

Rewrite .htaccess to Make URL case-insensitive


jgkgopi

Recommended Posts

That's because HTTP is case sensitive (as may be your file system). One way of 'fixing' this would be to use mod_speling to attempt to automatically create this 'mistake'. Assuming the module is enabled you can use the following...

 

CheckSpelling On
CheckCaseOnly On

 

You can check if the module is enabled using phpinfo, check under the Loaded Modules section (or just stick that in your .htaccess file, if you get a 500 server error, then it isn't).

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.