clam2020/public/htaccess

7 lines
136 B
Plaintext
Raw Normal View History

2018-10-05 16:13:30 +00:00
RewriteEngine on
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule ^ index.php [QSA,L]