v1.5.14 - Added Allow Actions (Registering)

Fixed User Pictures
This commit is contained in:
Anders
2021-04-26 13:02:17 +02:00
parent fe1cda993a
commit d0d74cdb96
43 changed files with 214 additions and 34085 deletions
+1 -1
View File
@@ -22,5 +22,5 @@
#Rewrite everything to https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
RewriteRule ^(.*)$ https://%{HTTP_HOST} [L,R=301]
</IfModule>