gymrooster_php/html/.htaccess

4 lines
127 B
ApacheConf
Raw Permalink Normal View History

2020-03-05 23:06:59 +01:00
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [NC,L,QSA]