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
Page Not Found - Hotmail IE 6 SP1
Location of the Win98 SE usb drivers
How to stop Outlook from Archiving
shell script connect to the database and printing the results
Unresolved external symbol error
Cfouput distinct items for a field
SQL 2005 resource group fails over unexpectedly in MS Cluster
The Citrix Metaframe you selected is not accepting connections.
VBA: Automatically ByPass the Username/Password "ODBC for Oracle Connect" dialog box - not manually
I need someone to walk me through getting Windows Media Player working with whatever codecs and/or other ancilliary files.