手机端织梦动态链接转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]
版权声明: 本站资源均来自互联网或会员发布,如果侵犯了您的权益请与我们联系,我们将在24小时内删除!谢谢!
转载请注明: 织梦转易优手机htaccess伪静态规则写法