martijnbroeckie
Member
Posted 8 months ago #
Hi all,
I have read multiple topics about this issue but they do not see to work for me.
Whenever I visit:
http://www.boranca.nl/wordpress/wp-admin/ I get this error.
I can login via http://www.boranca.nl/wordpress/wp-login.php but then any admin page I am trying to visit results in a 404 error.
This error is multibrowser.
I have tried:
- Changing the folder name of my Plugins folder
- Changing the folder name of my active theme folder
- Changing all my folders to 755 permission
- Emtying my htaccess file
- Adding @define(‘ADMIN_COOKIE_PATH’, ‘/’); to my wp-config.php
Is there anyone who can help me please? This will be greatly appreciated.
s_ha_dum
Member
Posted 8 months ago #
What is in your .htaccess files-- both of them?
/wordpress/.htaccess
/.htaccess
Have you installed any plugins recently?
martijnbroeckie
Member
Posted 8 months ago #
Thank you for the reply.
My /wordpress/.htaccess contains:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /wordpress/
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /wordpress/index.php [L]
</IfModule>
# END WordPress
my /.htaccess is empty.
The current plugins are active:
akismet
genesis-connect-woocommerce
image-widget
php-code-widget
regenerate-thumbnails
woocommerce
Recently I had installed the WPML plugin, but it caused memory errors so I manually deleted it using my ftp client. I do not if it left any traces.. Someone in this topic: http://wordpress.org/support/topic/error-310-neterr_too_many_redirects had my problem, caused by this plugin.
But this plugin is not present in my Plugins folder (because I deleted it)
Thank you