织梦转易优手机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]
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。