1
0
app/.htaccess
2022-05-18 12:31:00 +03:00

18 lines
324 B
ApacheConf
Executable File

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