帝国tags伪静态链接修改代码

最后伪静态链接为:/tag/xxx.html

<?
$a=$navinfor[infotags];
$str=str_replace(',', ',', $a);
$tag='';
$t= explode(",", $str);
for($i=0;$i<count($t);$i++)
{ 
 if($t[$i])
 {
$tid=$empire->fetch1("select tagid,path from {$dbtbpre}enewstags where tagname='$t[$i]' limit 1");
 $tag.="<a class='blue' href='/tag/$tid[path].html' target='_blank'>".$t[$i]."</a>";
}
}
echo $tag;
?>

httpd.conf伪静态规则

RegistrationName=Longshui Chen
RegistrationCode=7Z3NU-7MAP5-JZDPH-PR9GK
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32

RewriteRule ^(.*)/tag/(.+)_([0-9]+).html$ $1/e/tags/?path=$2&tempid=11&page=$3 [I]
RewriteRule ^(.*)/tag/(.+).html$ $1/e/tags/?path=$2&tempid=11 [I]

httpd.conf伪静态规则

RegistrationName=Longshui Chen
RegistrationCode=7Z3NU-7MAP5-JZDPH-PR9GK
[ISAPI_Rewrite]
CacheClockRate 3600
RepeatLimit 32

RewriteRule ^(.*)/tag/(.+)_([0-9]+).html$ $1/e/tags/?path=$2&tempid=11&page=$3 [I]
RewriteRule ^(.*)/tag/(.+).html$ $1/e/tags/?path=$2&tempid=11 [I]


标签: tags教程 伪静态
点击这里复制本文地址

以上内容由qqso网站教程网整理呈现.
原文地址:帝国tags伪静态教程发布于2021-06-12 21:00:07。
请务必在转载分享时注明本文地址!如对内容有疑问,请联系我们,谢谢!