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
Files
