Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello Sudigital, this problem seems to be realted with server permissions, I suggest you to use an FTP client like filezilla and check that.

    This is a good gide to follow:
    https://www.malcare.com/blog/wordpress-file-permissions/

    also, it may be cause by a plugin, this are a few steps to check:
    1 – Deactivate all plugins that are installed on your WordPress Site.
    2 – Re-activate one of the plugins on your list.
    3- Visit the site to see if the 403 error is being displayed.
    4 – Repeat steps two and three until the 403 error is shown. This is the plugin that is causing the problem. You may need to change its configuration settings or remove it entirely.

    Here are the recommended file permissions that you can set for your WordPress site:?(from the previous link)

    Root directory (usually public_html): 755
    wp-admin: 755
    wp-includes: 755
    wp-content: 755
    wp-content/themes: 755
    wp-content/plugins: 755
    wp-content/uploads: 755
    .htaccess: 644
    index.php: 644
    wp-config.php: 640

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