summarylogtreecommitdiffstats
path: root/_htaccess
blob: 5ef7fd3dc0db12a98e2569a7f8f55b7fe2a163b3 (plain)
1
2
3
4
5
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*) /index.php/$1