dknx01/micromvc/master/public/.htaccess
php_value error_reporting 1
php_flag display_errors On
SetEnv APP_ENV development
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_FILENAME} !-s
RewriteRule ^(.*)$ /index.php?$1 [L]
Files
