dknx01/micromvc/master/public/.htaccess - Htaccess File

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]

On Github License

Files

Download PDF of Htaccess file
ENV, REQUEST_FILENAME

Comments

Apache