Htaccess File

Team-Quantum/QuantumCMS/master/.htaccess

REQUEST_FILENAME
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]
Exit mobile version