summaryrefslogtreecommitdiff
path: root/.htaccess
blob: 0d873f58f1b092a113ce648a80160bb61f332056 (plain)
1
2
3
4
5
6
7
8
9
<IfModule mod_rewrite.c>
    Options -MultiViews

    SetEnv HTTP_MOD_REWRITE On

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