aboutsummaryrefslogtreecommitdiffhomepage
path: root/.htaccess
blob: 66ef8f69ce39e127dc266c9ab3727c4b8be4f9fa (plain) (blame)
1
2
3
4
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^ index.php [QSA,L]