1
0
Fork 0
milfskleper/rest/public/.htaccess

5 lines
121 B
ApacheConf
Raw Normal View History

2018-10-13 17:01:33 +00:00
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
2018-10-15 14:14:35 +00:00
RewriteCond %{REQUEST_FILENAME} !-d
2018-10-13 17:01:33 +00:00
RewriteRule ^ index.php [QSA,L]