proxitok/public/.htaccess
2022-03-11 18:56:19 +01:00

8 lines
160 B
ApacheConf

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
# Disable index view
Options -Indexes