R
R
Ruslan Makarov2015-12-24 20:20:45
PHP
Ruslan Makarov, 2015-12-24 20:20:45

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

Previously, this was not the case, but then there was a sharp drop in traffic by 30% - I began to find out why this is happening here ...
Tell me, what could be the problem. Thanks in advance!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
R
Ruslan Makarov, 2015-12-24
@facepook

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!

A
Alexander Leonovich, 2015-12-24
@atlantech

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 question

Ask a Question

731 491 924 answers to any question