卓越飞翔博客卓越飞翔博客

卓越飞翔 - 您值得收藏的技术分享站
技术文章11201本站已运行3223

帝国tags伪静态教程

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

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

<?
$a=$navinfor[infotags];
$str=str_replace(',', ',', $a);
$tag='';
$t= explode(",", $str);
for($i=0;$ifetch1("select tagid,path from {$dbtbpre}enewstags where tagname='$t[$i]' limit 1");
 $tag.="".$t[$i]."";
}
}
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]

卓越飞翔博客
上一篇: PHP判断帝国cms字段加样式
下一篇: 帝国CMS二次开发tags增加封面图片
留言与评论(共有 0 条评论)
   
验证码:
隐藏边栏