当前位置:首页 > 知道中心 > PHP > 文章

shopex伪静态规则

发表于:2013-09-08| 次阅读| 作者:藕码网
TAG:
摘要:shopex伪静态规则

shopex伪静态规则参考:

RewriteRule ^(.*)/archiver/((fid|tid)-[0-9]+\.html)\?*(.*)$ $1/archiver/index\.php\?$2&$4

RewriteRule ^(.*)/forum-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/forumdisplay\.php\?fid=$2&page=$3&$4
RewriteRule ^(.*)/thread-([0-9]+)-([0-9]+)-([0-9]+)\.html\?*(.*)$ $1/viewthread\.php\?tid=$2&extra=page\%3D$4&page=$3&$4
RewriteRule ^(.*)/space-(username|uid)-(.+)\.html\?*(.*)$ $1/space\.php\?$2=$3&$4
RewriteRule ^(.*)/tag-(.+)\.html\?*(.*)$ $1/tag\.php\?name=$2&$3
如果上面的shopex伪静态规则不能使网站正常打开,要根据自己的程序需求来确定对应的shopex伪静态规则!以上伪静态规则仅供参考!


注:本站部分信息可能源于互联网分享,如有侵权,请告知,我们将及时删除!

推荐文章