• 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 WordPress

    When 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)
  • The about shows this error message because you have change permalink as something else not it’s default. the about .HTACCESS file thus is not able to rewrite the default link thus giving you the about error. If you do not wan to use default permalink then you have change REwriteEngine ON. Also make it very sute this file must be writable.

Viewing 1 replies (of 1 total)

The topic ‘Permalinks problem with .htaccess :(’ is closed to new replies.