refonte git

This commit is contained in:
JunkJumper 2020-12-03 19:45:42 +00:00
parent 7197b486a8
commit 45bf5516bc
4 changed files with 5 additions and 0 deletions

5
.htaccess Executable file
View File

@ -0,0 +1,5 @@
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule ^/?(.*) https://%{SERVER_NAME}/$1 [R,L]
Options -Indexes