302 Redirect Question
-
After running a site crawl. I found two 302 redirects.
The two redirects go from:
&
site.com/products to www.site.com/products
How do I fix the 302 redirect and change it to a 301 redirect? I have no clue where to start.
Thanks.
-
just my opinion, I think is better that you add the both properties on Search Console first ( www.site.com and site.com) and set the right property
Exmaple you can set www.site.com as your main site
On the other hands you need to edit your http access file
<code>add this code to .htaccess file: RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]</code> -
Thanks for the reply.
So this will fix the 302 redirect that Moz is showing?
Or is it simply an alternative method?
-
This will fix the 302 redirect that Moz is showing and will change those redirects from 302 to 301