Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    Check with these options:

    -> Add this code in htaccess:

    # BEGIN WordPress
    
    <IfModule mod_rewrite.c>
    ErrorDocument 404 /index.php?error=404
    RewriteEngine On
    RewriteBase /
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    -> Assign 766 recrusive permissions to wp-contents folder
    -> Make sure that you have set the proper permissions to database user.

    Thanks,

    Shane G.

    Great this worked for me when I had a problem too! Thanks tons. I did not need to do the 766 reassign though.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘403 Forbidden message’ is closed to new replies.