帝国wap模板绑定了二级域名之后,怎么设置伪静态规则呢?
实现伪静态规则的方法如下:
1 2 3 4 5 6 | Options +FollowSymLinks RewriteEngine on RewriteRule ^(.*)index.html$ $1index .php RewriteRule ^(.*)list-([0-9]+)-([0-9]+).html$ $1list .php?classid= $2 &page= $3 RewriteRule ^(.*)show-([0-9]+)-([0-9]+).html$ $1show .php?classid= $2 &id= $3 |
以上就是帝国CMS 移动端WAP模板二级域名伪静态规则。你要克服的是你的虚荣心,是你的炫耀欲,你要对付的是你的时刻想要冲出来想要出风头的小聪明。更多关于帝国CMS 移动端WAP模板二级域名伪静态规则请关注haodaima.com其它相关文章!