.htaccess and Apache 2
Posted: Wed Nov 14, 2007 1:35 pm
Hi,
just wanted to point out that there may be a slight problem in the standard htaccess.txt shipping with CMSMS.
should - in case of apache 2 - read
since [NC] is not supported in this case - at least on my machine - and the error log will fill up like crazy ...
Can someone please confirm this?
Or is this a configuration issue?
hth,
Alex
just wanted to point out that there may be a slight problem in the standard htaccess.txt shipping with CMSMS.
Code: Select all
RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d [NC]
Code: Select all
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
Can someone please confirm this?
Or is this a configuration issue?
hth,
Alex