mirror of
https://github.com/Rushilwiz/dear-anon.git
synced 2025-04-21 12:30:19 -04:00
6 lines
144 B
ApacheConf
6 lines
144 B
ApacheConf
<IfModule mod_rewrite.c>
|
|
RewriteEngine on
|
|
RewriteCond %{HTTP:X-Proto} !SSL
|
|
RewriteRule ^(.*) https://%{HTTP_HOST}%{REQUEST_URI} [L]
|
|
</IfModule>
|