summaryrefslogtreecommitdiff
path: root/public/.htaccess
blob: 51e78c35791255a7c3016838f8907c9f2a908d1c (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>