Initial Commit
This commit is contained in:
17
.htaccess
Executable file
17
.htaccess
Executable file
@ -0,0 +1,17 @@
|
||||
ServerSignature off
|
||||
|
||||
#Deny displaying directory tree
|
||||
IndexIgnore */*
|
||||
Options -Indexes
|
||||
|
||||
<IfModule mod_rewrite.c>
|
||||
RewriteEngine On
|
||||
|
||||
RewriteCond %{REQUEST_FILENAME} !-f
|
||||
RewriteCond %{REQUEST_FILENAME} !-d
|
||||
RewriteRule ^(.*)$ index.php [NC,L,QSA]
|
||||
|
||||
</IfModule>
|
||||
|
||||
#(c)2020-2022 Waren Group
|
||||
#Last updated: 24.4.2022
|
Reference in New Issue
Block a user