summaryrefslogtreecommitdiff
path: root/src/.htaccess
blob: d8f7c898e020e932f62e43723502d28de35fe2fe (plain)
1
2
3
4
5
6
7
8
9
10
Order allow,deny
Allow from all

RewriteEngine on

RewriteBase /

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule (.*) index.php [QSA,L]