Changed the env variable to match the files in config/autoload/ and to facilitate...
[zf2.biz/application_blanche.git] / public / .htaccess
1 SetEnv APPLICATION_ENV local
2
3 RewriteEngine On
4 RewriteCond %{REQUEST_FILENAME} -s [OR]
5 RewriteCond %{REQUEST_FILENAME} -l [OR]
6 RewriteCond %{REQUEST_FILENAME} -d
7 RewriteRule ^.*$ - [NC,L]
8 RewriteRule ^.*$ index.php [NC,L]