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