文章内容详情
网站配置htccess 伪静态规则
常用规则如下:
RewriteEngine on RewriteRule ^show-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2
常用规则如下:
RewriteEngine on RewriteRule ^show-([0-9]+)-([0-9]+).html index.php?m=content&c=index&a=show&catid=$1&id=$2