summaryrefslogtreecommitdiff
path: root/public/.htaccess
blob: 2b1d3a7a9c42865d953c2478fe893e6944bc0b63 (plain)
1
2
3
4
5
6
7
8
<IfModule mod_rewrite.c>
    RewriteEngine on

    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>