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]
mod_rewrite causing 403
Moderator: General Moderators
Re: mod_rewrite causing 403
I fixed it.....the .htaccess file was unreadable