Juggern4ut/MwebCms/master/.htaccess - Htaccess File

Juggern4ut/MwebCms/master/.htaccess

AddDefaultCharset UTF-8
Options +FollowSymlinks
RewriteEngine on

RewriteRule ^admin /MwebCms/index.php?admin=1 [R=301,L]

RewriteRule (.*)/(.*)/(.*).html$ index.php?n0=$2&n1=$3&lang=$1 [L]
RewriteRule (.*)/(.*).html$ index.php?n0=$2&lang=$1 [L]
RewriteRule (.*)/$ index.php?lang=$1 [L]
ErrorDocument 404 /index.php?err=1

On Github License

Files

Download PDF of Htaccess file

Comments

Apache