summaryrefslogtreecommitdiffstats
path: root/public/.htaccess
blob: 7fb009bfe6af9569c6f5fde764f189d3bc4360a5 (plain) (blame)
1
2
3
4
5
6
7

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]