Mischosch/zf2phpplaneta/master/www/.htaccess
SetEnv APPLICATION_ENV development php_value upload_max_filesize 5M php_value post_max_size 50M RewriteEngine On RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^.*$ - [NC,L] RewriteRule ^.*$ index.php [NC,L]