Add htaccess

This commit is contained in:
“VeLiTi”
2025-01-30 15:15:23 +01:00
parent 390a6e9f4f
commit 68a16e5419
5 changed files with 16 additions and 4 deletions

11
.htaccess Normal file
View File

@@ -0,0 +1,11 @@
Options -MultiViews
Options -Indexes
RewriteEngine On
# Uncomment the below if the code is not on the root level
# RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-l
RewriteRule ^(.*)$ index.php [QSA,L]