403 Error and Lay-out gone
-
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.
- The topic ‘403 Error and Lay-out gone’ is closed to new replies.