proxitok/public/.htaccess

8 lines
160 B
ApacheConf
Raw Normal View History

2022-03-11 17:56:19 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]
# Disable index view
Options -Indexes