M
M
Mks1632018-05-09 13:05:05
WordPress
Mks163, 2018-05-09 13:05:05

How to remove error 500? Which is the infinite inner loop of WordPress?

Hello! I made a site on a local server, uploaded it to hosting, an Internal Server Error (500) pops up. I looked at the log files there as follows:
[Wed May 09 12:53:57 2018] [error] [client 85.113.55.131] 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., referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3122): [client 85.113.55.131] r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53 :57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c( 3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index .php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /index.php, referer:
[Wed May 09 12:53:57 2018] [debug] core.c(3128): [client 85.113.55.131] redirected from r->uri = /favicon.ico, referer:
.htaccess file:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !- d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^(.*)$ index.php?url=$1 [QSA,L]
# END WordPress
How can I resolve this error?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Mks163, 2018-05-09
@Mks163

I figured out, the reason was in the domain settings on the hosting. I'll leave the tech support answer here. Maybe someone will come in handy ... "Good afternoon. Wordpress CMS has internal redirects, which caused a conflict when setting up the site in the WWW domains section - Autosubdomains - switched to Disabled."

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question