summaryrefslogtreecommitdiffstats
path: root/public/.htaccess
blob: 361e2e3cc07d94af0984f9fb348c9a8d569203f4 (plain) (blame)
1
2
3
4
5
6
7
8
SetEnv APPLICATION_ENV development

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^.*$ - [NC,L]
RewriteRule ^.*$ index.php [NC,L]