Team-Quantum/QuantumCMS/master/.htaccess - Htaccess File

Team-Quantum/QuantumCMS/master/.htaccess

Options -Indexes
Options +FollowSymLinks

RewriteEngine On

RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d

RewriteRule ^(.*)$ index.php/$1 [L,QSA]

RewriteRule ^(App/|mappings/|storage/|System/|vendor/|cronjob.php|config.php|config.example.php) - [F,L,NC]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache