Redirection http vers https

# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]

Ce contenu a été publié dans PHP par alex. Mettez-le en favori avec son permalien.

Leave feedback about this

  • Rating
Choose Image