Aucun résumé des modifications |
|||
| Ligne 14 : | Ligne 14 : | ||
== Liens Externes == | == Liens Externes == | ||
{{grebox-jck |class=col-lg-8|content= | |||
<favorites name="Apache" /> | <favorites name="Apache" /> | ||
}} | |||
[[Category:Administration_WEB]] | [[Category:Administration_WEB]] | ||
# Redirect HTTPS to HTTP
RewriteCond %{HTTP:X-Forwarded-Proto} =https
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [R=301,QSA]
# Redirect HTTP to HTTPS
RewriteCond %{HTTPS} off
RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [QSA]