gymrooster_php/html/.htaccess
2020-03-05 23:06:59 +01:00

4 lines
127 B
ApacheConf

RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^.*$ /index.php [NC,L,QSA]