Microsoft
Software
Hardware
Network
Question : mod_rewrite case insensitive directories
I'm trying to make a directory's url case insensitive useing the following htaccess. When I go to /AdMin the page appears but it looks like the directory is off because the page appears but no images etc. located in other directories.
Code Snippet:
1: 2: 3:
RewriteEngine on Options +FollowSymLinks RewriteRule ^admin/$ admin/index.php [NC,L]
Open in New Window
Select All
Answer : mod_rewrite case insensitive directories
1. try the mod_spelling, add to .htaccess
CheckSpelling on
If You encountering 500 error, remove it (means the module is not available)
2.
Add rewrites for other directories as well, like
RewriteRule ^images/(.*)$ images/$1 [NC,L]
Random Solutions
Convert C-ISAM files either to Access or SQL
event id 202 licenseservices error
Using Goal Seek Function in Access
Help !!! Strange archive problem in Outlook 2007
What is the Run-time error 2282?
Incorrect Syntax when running stored procedure
Arithmetic overflow error converting expression to data type datetime
After eseutil /d, Exch 2000 12.5GB DB but only 27MB free after online defrag?
Backup Exec will not connect to Microsoft Exchange Server 2003 Mailboxes or Public Folders.
WINDOWS XP REPAIR BLUE SCREEN BAD POOL CALLER