psrafo/ppCMS/master/.htaccess - Htaccess File

psrafo/ppCMS/master/.htaccess

php_flag display_errors on
Options -MultiViews
Options -Indexes
RewriteEngine on
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)?$ index.php?req=$1 [L,E=Cache-Control:no-cache]

On Github License

Files

Download PDF of Htaccess file
no-cache, REQUEST_FILENAME

Comments

Apache