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

discuz伪静态规则

发表于:2013-09-08| 次阅读| 作者:藕码网
TAG: php
摘要:discuz伪静态规则
#discuz伪静态规则
RewriteRule ^(.*)/archiver/((fid|tid)-[\w\-]+\.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
#discuz伪静态规则,实际的伪静态规则还是需要根据自己的程序的需求来添加相应的伪静态规则的!


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

推荐文章