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

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