lkarch.org/.htaccess
Lucas Kent f675cd3c10 gaming
2023-01-12 10:25:31 -05:00

6 lines
227 B
ApacheConf

ErrorDocument 404 /404.html
RewriteEngine On
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteCond %{HTTPS} off
RewriteCond %{HTTP:CF-Visitor} !{"scheme":"https"}
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]