Page Redirect Error

Reem khan

Power Member
Joined
Apr 3, 2017
Messages
628
Reaction score
236
Hi,

As one of the useful techniques Of SEO is redirecting site URL 301 but by redirecting I'm facing error "too many redirects site" and site doesn't load :(

I have searched that error to the google too and applied many solutions but the error still remains. Can anyone please provide the appropriate solution?

Thanks
 
are you saying your trying to 301 a page on your site to the homepage, and where is this error message actually appearing?
 
are you saying your trying to 301 a page on your site to the homepage, and where is this error message actually appearing?
The site doesn't load and the error appears just like 500 or 404 error.
 
Does the 301 redirects to h same url? Have you tried another browser? Clear your cache and try again, but check if the redirect doesn't redirect to itself. Use Firefox developer tools, or chrome developer tools to find out where the redirect goes to.
 
I have checked on different browsers too but the results are same.
 
it looks like a circular redirect . your site may be redirecting to url which is again redirecting to your website

so it may be like a.com ----> b.com ------->a.com

you need to open developer tools to monitor the redirect flow.

can you make recheck ?
 
how are you doing your 301 redirects? through your website? if so, check your dns records as well
 
It is definetely the redirect loop. Is it custom htaccess redirects or are you using some kind of applications? I remember on Magento eshop platform I got too many redirects due to corrupt cookies. On your case it seems like a simple redirect loop, but remember 301 is permanent redirect, which is cached by browser. Make sure that you cleared your browser;s cache and DNS cache, after fixing the problem.
 
Back
Top