JLT>Admin |
|||
(3 versions intermédiaires par le même utilisateur non affichées) | |||
Ligne 1 : | Ligne 1 : | ||
<keywords content="Apache,WEB" /> | <keywords content="Apache,WEB" /> | ||
== Redirect https to http == | |||
{{syntaxhighlight |lang=text |code= | |||
# Redirect HTTPS to HTTP | |||
RewriteCond %{HTTP:X-Forwarded-Proto} =https | |||
RewriteRule ^(.*)$ http://%{HTTP_HOST}%{REQUEST_URI} [L,R=301] | |||
}} | |||
== Liens Externes == | == Liens Externes == |
<keywords content="Apache,WEB" />