clam2021/public/htaccess

7 lines
136 B
Plaintext
Raw Normal View History

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