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