redirect error for users logging in on multisite
-
On my multisite, new users cannot get into admin page. If i logout of admin, and register a new user, log into that user, I keep getting a redirect error on their admin page.
although the users site does exist
http://python-gaming.com/blog/wordpress/testingusers/
it doesnt look formatted properly. But the main problem is that they cannot get into the admin page.I only have email related plugins installed. Here is a screenshot of all the plugins
http://imgur.com/tAG2PFaIf i add www before the site i switch to the main page from the user admin page (redirect error page). I am not even sure if this is related or not.
the main site is here if you wanted to try creating a user and see if you can not get a redirect error
http://python-gaming.com/blog/wordpress/apache error log
[Mon Oct 05 09:07:00.373257 2015] [core:error] [pid 9110] [client 167.114.118.23:53066] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 09:07:00.395380 2015] [core:error] [pid 8836] [client 167.114.118.23:53075] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 09:07:00.444063 2015] [core:error] [pid 8268] [client 167.114.118.23:53094] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 09:07:00.493566 2015] [core:error] [pid 25437] [client 167.114.118.23:53118] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 09:09:54.099891 2015] [core:error] [pid 8268] [client 74.69.156.63:37943] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 09:33:00.056160 2015] [core:error] [pid 8268] [client 74.69.156.63:38233] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 09:33:04.128041 2015] [core:error] [pid 10207] [client 74.69.156.63:38235] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 10:35:25.309325 2015] [core:error] [pid 9653] [client 74.69.156.63:38791] AH00124: Request exceeded the limit of 10 internal redirects due to probable configuration error. Use 'LimitInternalRecursion' to increase the limit if necessary. Use 'LogLevel debug' to get a backtrace. [Mon Oct 05 11:10:58.832926 2015] [:error] [pid 8838] [client 213.14.94.18:56606] script '/var/www/html/wp-login.php' not found or unable to stat/var/www/html/wp-login.php should not exist as i have the wordpress site in /blog/wordpress not in website root. However whenever i re try to login, i cannot keep getting that error repeatedly. I have only seen that once. No more erors show when i try to log in as a user admin.
part of my wp-config.php
define('WP_DEBUG', false); define('MULTISITE', true); define('SUBDOMAIN_INSTALL', false); define('DOMAIN_CURRENT_SITE', 'python-gaming.com'); define('PATH_CURRENT_SITE', '/blog/wordpress/'); define('SITE_ID_CURRENT_SITE', 1); define('BLOG_ID_CURRENT_SITE', 1); #define('WP_HOME', 'http://python-gaming.com'); #define('WP_SITEURL', 'http://python-gaming.com'); /* That's all, stop editing! Happy blogging. */ /** Absolute path to the WordPress directory. */ if ( !defined('ABSPATH') ) define('ABSPATH', dirname(__FILE__) . '/');Ive tried adding abspath but it already existed. I tried adding WP_HOME and WP_SITEURL but that did not do anything.
The topic ‘redirect error for users logging in on multisite’ is closed to new replies.