err_too_many_redirects: 3 o fmy wordpress post gives this error.

Posted in: Newspaper
Post count: 75

when I checked my wordpress https website today i found some redirecting errors.

I never created those redirection on my side.

https://www.estambul.net/sitios-de-interes/mezquita-azul/
https://www.estambul.net/sitios-de-interes/santa-sofia/

these two posts redirected to

https://www.estambul.net/sitios-de-interes/museo-arqueologico-de-estambul/

and this

https://www.estambul.net/sitios-de-interes/museo-arqueologico-de-estambul/

redirected to

https://www.estambul.net/sitios-de-interes/santa-sofia/

all these creates an infinite loop.

My htacess is like this

<IfModule mod_rewrite.c>
RewriteEngine on
RewriteCond %{HTTPS} !=on [NC]
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R=301,L]
</IfModule>
<IfModule mod_headers.c>
Header always set Strict-Transport-Security 'max-age=31536000' env=HTTPS
</IfModule>
# END rlrssslReallySimpleSSL
# 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>

Please help. How i iwll solve this problem.

Which file creating this.

I have checked posts, htacess even mysql. butr i couldnt fine anything please help.

# END WordPress

Post count: 75

I see that when i change the url slug problem solves.

But what is connection with url slug.?

Post count: 22421

Hello,
Please try to disable all plugins except visual composer and clear your cache. Also check if you have any custom modifications done to the theme files. Please also check this issue on a WordPress default theme.
Let us know how it goes.
Thank you!

Post count: 75

we have solve dthis isssu by deleting olds slugs from post meta.

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.