Added PHP minification, Removed years-old honeypot-related trash

Update .htaccess, clean.bat, and 11 more files...
This commit is contained in:
2023-08-13 21:21:06 +02:00
parent fc37c5926f
commit c3ab5544e1
13 changed files with 97 additions and 176 deletions

View File

@@ -1,3 +1,7 @@
# FIXME: The minified content scripts fail for some reason !
# Could be the missing closing php tag !!!
DirectoryIndex index.php index.html
# Redirecting any URL that starts with "/tools" to the root of this folder.
RewriteEngine On
RewriteRule ^\/?(tools\/)?[a-zA-Z0-9\-]+\/?$ index.php [NC]