VozCMS/VozCMS/master/.htaccess - Htaccess File

VozCMS/VozCMS/master/.htaccess

AddDefaultCharset UTF-8
Options -Indexes

<Files ~ ".s3db$">
    Order allow,deny
    Deny from all
    Satisfy All
</Files>

RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule /?([A-Za-z0-9_-]+)/?$ index.php?p=$1 [L,QSA]
# http://domain/about/ -> http://domain/index.php?p=about1

On Github License

Files

Download PDF of Htaccess file
REQUEST_FILENAME

Comments

Apache