Permalinks problem with .htaccess :(
-
My website http://vigaversa.co.cc runs very well.
But I got to know that this link does not open from external places and gives error 403.
My htaccess file looks like this
Options Indexes Options +FollowSymlinks # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressWhen I change RewriteEngine On to Off, the message disappears, but then every page within the site shows Error 404 File Not Found. Please help me 🙁
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Permalinks problem with .htaccess :(’ is closed to new replies.