Page 1 of 1

mod_rewrite causing 403

Posted: Wed Aug 19, 2009 3:58 pm
by Cirdan
For some reason my .htaccess file is causing 403 errors and I have no idea why.
Options +FollowSymLinks
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^(.*)$ index.php [NC,L]

Re: mod_rewrite causing 403

Posted: Wed Aug 19, 2009 4:40 pm
by Cirdan
I fixed it.....the .htaccess file was unreadable