[warn] RewriteCond: NoCase option for non-regex pattern '-f'

CLOSED

[warn] RewriteCond: NoCase option for non-regex pattern '-f'

Postby basmod » Sun Oct 24, 2010 8:58 am

Hi
Here is my .htaccess
RewriteRule ^s-([0-9]+)$ ?p=$1 [NE,NS,QSA]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^([^/]+)/(.*)$ $2?menu[]=$1 [NE,NS,QSA,S=1]
RewriteCond %{DOCUMENT_ROOT}%{REQUEST_URI} !-f
RewriteRule ^([^/]+)$ ?menu[]=$1 [NE,NS,QSA,L]

This cause apache to generate lot of warnings
[warn] RewriteCond: NoCase option for non-regex pattern '-f'

Any idea how to fix it?
basmod
 
Posts: 3
Joined: Wed Aug 29, 2007 4:32 am

Return to New Threads/Problems

Who is online

Users browsing this forum: No registered users and 2 guests

cron