19
0
Fork 0

fix err RewriteCond

This commit is contained in:
gcolpart 2022-11-23 14:37:27 +01:00
parent 4f7616c2b1
commit 3338c4633c
1 changed files with 0 additions and 1 deletions

View File

@ -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]
</VirtualHost>
~~~