织梦转eyoucms手机htaccess伪静态规则
作者: 本站原创 发布时间: 浏览: 次
手机端织梦动态链接转eyoucms伪静态规则,手机端收录的url权重转新url
首页
RewriteRule ^m/$ /index.php?m=home [L]
RewriteRule ^m/index.php$ /index.php?m=home [L]
列表
RewriteCond %{QUERY_STRING} ^tid=([0-9]+)
RewriteRule ^m/list\\.php$ /index.php?m=home&c=Lists&a=index&tid=%1 [L]
内容
RewriteCond %{QUERY_STRING} ^aid=([0-9]+)
RewriteRule ^m/view\\.php$ /index.php?m=home&c=View&a=index&aid=%1 [L]