How can i solve this redirect chain issue?
-
Hey, can somebody explain to me how can I solve this redirect chain issue? I tried redirecting /contact-us directly to **/contact/ **but this causes a chain of redirects of infinite dimensions. I don't know how to find the old redirect and delete it. Is there such an option? Thank you!
-
if you made a redirection and now you want to edit it or remove it, first you need to know how did you did it.
Let me explain myself
1. If you used the the htaccess file when there is your solution.
2. If you are using wordpress probably you have a plugin to make the directions so you need to check your plugin and see the settings -
Everything is all set except for your non-HTTPS redirects twice either with a plug-in or through PHP to your non-www HTTPS all you have to do is find the extra redirect and everything else is redirecting properly does that make sense?
no www no HTTPS redirects twice to https no www
https://varvy.com/tools/redirects/
big photo: http://i.imgur.com/FYyLpVf.png
2 Redirects
http://yourdomain.ro
** 301 redirect**
https://yourdomain.ro/
https://yourdomain.ro/
** 301 redirect**
https://www.yourdomain.ro/Final status code: 200
Let me know if I can be of more help,
Tom
-
Hi,
Using http://www.redirect-checker.org/index.php shows:
https://www.yoursite.ro/contact-us
301 Moved Permanently
https://www.yoursite.ro/contact
301 Moved Permanently
https://www.yoursite.ro/contact/
200 OKhttp://www.yoursite.ro/contact-us
301 Moved Permanently
https://www.yoursite.ro/contact
301 Moved Permanently
https://www.yoursite.ro/contact/
200 OKhttp://yoursite.ro/contact
301 Moved Permanently
https://yoursite.ro/contact
301 Moved Permanently
https://www.yoursite.ro/contact/
200 OKhttps://yoursite.ro/contact
301 Moved Permanently
https://www.yoursite.ro/contact/
200 OK -
I am also facing same issue on My website, If you found any solution Please let me know. Thanks