How do I find why I have a 302 redirect?
-
I have a 10 year old website and I have just recently changed to a https: version and my host ionos setup a 301 redirect. I have noticed on my Moz reports that as well as a 301 redirect there is also a 302. How do I find why I have a 302 redirect?
I have looked in my htaccess file and it says:-
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://%{HTTP_HOST}/$1 [R,L]I'm assuming this is the 301 redirect, where will I find the 302 redirect. Please note that I am using Wordpress that was not setup through ionos.
Does anyone know where a 302 redirect could also be installed or how I find why its there or where its coming from?
Thanks
Andrew
-
Andrew,
If you don't see other redirects in your htaccess file, you could have a redirect plugin that's been set up to redirect a page or pages. Have you looked there? They usually have a name that includes "redirect" in it.
-
Hi Chris,
There is no redirect app I can see installed and I've looked through each app to see if there is anything that does that.
Thanks for the information.
Andrew
-
Yoast premium has that functionality. You checked for that? And you've verified that the page is actually redirecting?
-
This post is deleted!