v1.5.11 - Event, News & Reservation deletion in sql db - And deletion of files in uploads when you go onto home pages and they're not used in DB

This commit is contained in:
Anders
2021-04-19 09:11:51 +02:00
parent b024d6e821
commit 40d082291f
7 changed files with 113 additions and 11 deletions
+5
View File
@@ -18,4 +18,9 @@
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [L]
#Rewrite everything to https
RewriteEngine On
RewriteCond %{HTTPS} !=on
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</IfModule>