boolboost/cms-bacon/master/.htaccess - Htaccess File

boolboost/cms-bacon/master/.htaccess

php_flag display_errors off
php_value error_reporting "E_ALL & ~E_NOTICE"

Options +FollowSymLinks
RewriteEngine on

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php

<FilesMatch ".(htaccess|htpasswd|ini|phps|log|sh|theme.html)$">
  Order Allow,Deny
  Deny from all
</FilesMatch>

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache