Jump to content

redirection http https


Recommended Posts

Activer les redirection Prestashop d'une part (SEO&URL)

 

Activer le module headers dans l'hébergement, (Prestashop ajoute alors la directive HTST)

 

Ajouter ceci en tête du .htaccess (facultatif)

<IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteCond %{HTTPS} off
    RewriteCond %{REQUEST_METHOD} =GET
    RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R=301,L]
</IfModule>
Edited by doekia (see edit history)
Link to comment
Share on other sites

Merci

 

alors pour

"Activer les redirection Prestashop d'une part (SEO&URL)"

 

c'était deja fait, vu que la boutique tournait deja

 

pour

 

"Activer le module headers dans l'hébergement, (Prestashop ajoute alors la directive HTST)"

 

je ne vois pas de quel module, il s'agit,

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...