aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
blob: 431bbb1378fcc4ffaf15919d53cd92ce9ce1d877 (plain)
1
2
3
4
5
6
7
8
RewriteEngine On

# Deliver literal files as-is
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-l

RewriteRule (.*) index.php?route=$1 [L]