summea/quiet-content/master/.htaccess - Htaccess File

summea/quiet-content/master/.htaccess

# supress php errors
php_flag display_startup_errors off
php_flag display_errors off
php_flag html_errors off
php_value docref_root 0
php_value docref_ext 0

<IfModule mod_rewrite.c>
   RewriteEngine on
   RewriteRule    ^$ app/webroot/    [L]
   RewriteRule    (.*) app/webroot/$1 [L]
</IfModule>

On Github License

Files

Download PDF of Htaccess file

Comments

Apache