• Hi,
    when I login to the admin panel I get dashboard without any style, it looks like that:
    picture1

    After clicking any links I always get 403 error:
    picture2

    My .htaccess looks like that:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    I check permissions for folders (755) and files (644) and nothing.
    I still have that issue and do not have access to admin dashboard.
    Could you advise me any ideas?

The topic ‘403 error in admin’ is closed to new replies.