Jump to content

redirect http to https prestashop with changing 302 to 301


Luxur

Recommended Posts

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

fejl2.png

InkedIMG_7542_LI.jpg

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...