• Resolved Mona86

    (@mona86)


    I have a problem with this website: hoestenberghe.nl. The website has been functioning okay for 3 years. It should display a theme that I made.

    When I go to it now, all the lay-out is gone, and the pictures as well. I also cannot access wp-admin, that gives a 403 Error.

    It seems that WP cannot reach anything inside a subdirectory such as wp-content or wp-admin.

    I have changed the .htaccess file in the root to the standard WP version:

    # 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 also deleted all the plugins, which had no effect. So I put them back again. The installed plugins are:

    • akismet
    • backupwordpress
    • custom-meta-widget
    • email-address-encoder
    • logout-password-protected-posts
    • polylang
    • section-widget
    • theme-check
    • velvet-blues-update-urls
    • wordpress-importer

    I am not entirely sure which WP version the website has. I updated everything about 2 weeks ago.

    I hope that someone can point me towards the problem! That would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Mona86

    (@mona86)

    Update: wp-admin now seems to go into a redirect loop.

    Thread Starter Mona86

    (@mona86)

    Ok, I solved this. The File Permissions for the directories had somehow changed to 700, so I changed it to 755 and everything works again.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘403 Error and Lay-out gone’ is closed to new replies.