WIP: htaccess

This commit is contained in:
severak 2020-03-04 23:06:59 +01:00
parent 916a9598a5
commit a650e06e11
1 changed files with 4 additions and 0 deletions

4
.htaccess Normal file
View File

@ -0,0 +1,4 @@
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
FallbackResource /index.php