wp-admin breaks – log shows request exceeded the limit of 10 internal redirects
-
So we have a multisite that was just moved to a new server and what we find happening is that once we click a link in wp-admin it starts to load then times out, if apachectl restart is sent it comes back but few clicks in its broken again.
I dug into the logs and found (obvious things were replaced for security reasons)
1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (3) [perdir /var/www/mysite-folder/wp-admin/] strip per-dir prefix: /var/www/mysite-folder/wp-admin/ -> 1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (3) [perdir /var/www/mysite-folder/wp-admin/] applying pattern '^(.*)$' to uri '' 1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (3) [perdir /var/www/mysite-folder/wp-admin/] strip per-dir prefix: /var/www/mysite-folder/wp-admin/ -> 1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (3) [perdir /var/www/mysite-folder/wp-admin/] applying pattern '.' to uri '' 1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (3) [perdir /var/www/mysite-folder/wp-admin/] strip per-dir prefix: /var/www/mysite-folder/wp-admin/ -> 1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (3) [perdir /var/www/mysite-folder/wp-admin/] applying pattern '^(.*)$' to uri '' 1.2.3.4 - - [07/Oct/2013:15:02:22 --0400] [mysite.com/sid#7ff2ec8668a8][rid#7ff2e9d2c0a0/initial] (1) [perdir /var/www/mysite-folder/wp-admin/] pass through /var/www/mysite-folder/wp-admin/
I also tried blanking the wp-admin/.htaccess and also replacing %3C and commenting the line RewriteCond %{HTTP_REFERER} (%0A|%0D|%27|%3C|%3E|%00) [NC,OR].
I also verified the AllowOverride All and Allow from all were set.
I did try in my site/.htaccess to make a change to the rewrite rule under
from
# WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L]
to
# WP REWRITE LOOP START RewriteEngine On RewriteBase / RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
but that broke the site so i had to change it back
I am stuck and need some help/advise
Thanks
Michael
- The topic ‘wp-admin breaks – log shows request exceeded the limit of 10 internal redirects’ is closed to new replies.