ServerName appblanche.local DocumentRoot /var/git/zf2biz/application-blanche/public SetEnv APPLICATION_ENV "development" Order deny,allow Allow from all AllowOverride None RewriteEngine On RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -s [OR] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -l [OR] RewriteCond %{DOCUMENT_ROOT}%{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ /index.php [NC,L]