Answer the question
In order to leave comments, you need to log in
Very strange wordpress circular redirect ERR_TOO_MANY_REDIRECTS, why?
Good day!
Tell me what could be the reason for the cyclic redirect to WordPress pages.
And very strange... Because only on some records.
The main page and most pages work fine ( example ). But there are exceptions .
The htaccess file is clean (standard in the sense):
# 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
Answer the question
In order to leave comments, you need to log in
In general, I found a solution ... It's stupid and does not explain the cause of the error, but it works ... I
deleted the entry (from the trash too), created it again - it worked.
PS: Thank you Alexander Leonovich for your participation!
Has the source code changed before? The first thing that came to mind is that in your script you set the location header to the same script.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question