Luxur Posted July 11, 2019 Share Posted July 11, 2019 Is there any problems with changing from 302 to 301 i prestashop or should I put this code i .htaccess ------------------- #Rewrite everything to https RewriteEngine On RewriteCond %{HTTPS} !=on RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] ------------------- or both ---------------- Please help me make this right Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now