diff --git a/HowtoApache.md b/HowtoApache.md index a6b8f43a..0060bdf6 100644 --- a/HowtoApache.md +++ b/HowtoApache.md @@ -319,7 +319,6 @@ La configuration d'un VirtualHost pour HTTPS pourra ainsi ressembler à : RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{HTTP:X-Forwarded-Proto} !=https - RewriteCond %{HTTP_HOST} !^secure.example.com$ RewriteRule ^/(.*) https://%{SERVER_NAME}/$1 [L,R=permanent] ~~~