.htaccess 722 B

12345678910
  1. DirectoryIndex index.php index.html
  2. RewriteEngine on
  3. RewriteRule ^content-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3
  4. RewriteRule ^show-([0-9]+)-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2&page=$3
  5. RewriteRule ^list-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=lists&catid=$1&page=$2
  6. #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
  7. #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
  8. #RewriteRule ^/en\/list-([0-9]+)-([0-9]+)\.html /en\/index\.php\?m=content&c=index&a=lists&catid=$1&page=$2