OregonCore/website/master/.htaccess - Htaccess File

OregonCore/website/master/.htaccess

php_flag display_errors 0
php_flag log_errors 1
php_flag html_errors 0

DirectoryIndex index.php

RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !.(js|ico|html?|css|gif|png|jpe?g|txt|zip)$
RewriteRule . index.php [L]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache