- DirectoryIndex index.php index.html
- RewriteEngine on
- RewriteRule ^content-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3
- RewriteRule ^show-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3
- RewriteRule ^list-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=lists&catid=$1&page=$2
- #RewriteRule ^/en\/content-([0-9]+)-([0-9]+)-([0-9]+)\.html /en\/index\.php\?m=content&c=index&a=show&catid=$1&id=$2&page=$3
- #RewriteRule ^/en\/show-([0-9]+)-([0-9]+)-([0-9]+)\.html /en\/index\.php\?m=content&c=index&a=show&catid=$1&id=$2&page=$3
- #RewriteRule ^/en\/list-([0-9]+)-([0-9]+)\.html /en\/index\.php\?m=content&c=index&a=lists&catid=$1&page=$2
|