Stive1987/Bel-CMS/develop_1.0.0/.htaccess - Htaccess File

Stive1987/Bel-CMS/develop_1.0.0/.htaccess

<Files ~ "^.(htaccess)$">
    deny from all
</Files>
Options +FollowSymLinks
RewriteEngine On
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} !=/index.php
RewriteRule ^(.+)$ index.php?param=$0 [L,QSA]

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME, REQUEST_URI

Comments

Apache