summaryrefslogtreecommitdiffstats
path: root/web/.htaccess
blob: 7a997c4e5ef4d7cf018f5f1fe60989d751b5acd0 (plain)
1
2
3
4
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteRule .* index.php [PT,L,QSA]