当前位置: 首页 > 站长资讯 > 正文页面

帝国cms网站优化使tags伪静态的实现

帝国cms网站优化值tags伪静态的实现步骤如下:gBc网站目录_网站网址收录与提交入口

1.修改e/class/t_functions.php中的sys_eShowTags函数gBc网站目录_网站网址收录与提交入口

代码如下:gBc网站目录_网站网址收录与提交入口

//显示TAGSgBc网站目录_网站网址收录与提交入口

function sys_eShowTags($cid,$num=0,$line=0,$order='',$isgood='',$isgoodshow='',$showjg='',$shownum=0,$cs=''){gBc网站目录_网站网址收录与提交入口

global $empire,$dbtbpre,$public_r,$navinfor;gBc网站目录_网站网址收录与提交入口

$str='';gBc网站目录_网站网址收录与提交入口

if(empty($showjg))gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$showjg='   ';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$ln=0;gBc网站目录_网站网址收录与提交入口

if($cid=='selfinfo')gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

if(empty($navinfor['infotags']))gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

return '';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$jg='';gBc网站目录_网站网址收录与提交入口

$r=explode(',',$navinfor['infotags']);gBc网站目录_网站网址收录与提交入口

$count=count($r);gBc网站目录_网站网址收录与提交入口

for($i=0;$i<$count;$i++)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$ln++;gBc网站目录_网站网址收录与提交入口

$br='';gBc网站目录_网站网址收录与提交入口

if($line)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

if($ln%$line==0)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$br='gBc网站目录_网站网址收录与提交入口

';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$str.=$jg.'<a href="'.$public_r[newsurl].'e/tags/?tagname='.urlencode($r[$i]).$cs.'" target="_blank">'.$r[$i].'</a>'.$br;gBc网站目录_网站网址收录与提交入口

$jg=$br?'':$showjg;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

elsegBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$and='';gBc网站目录_网站网址收录与提交入口

$where='';gBc网站目录_网站网址收录与提交入口

if($cid)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$where=strstr($cid,',')?"cid in ($cid)":"cid='$cid'";gBc网站目录_网站网址收录与提交入口

$and=' and ';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

if($isgood)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$where.=$and.'isgood=1';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

if($where)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$where=' where '.$where;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$order=$order?' '.$order:' tagid desc';gBc网站目录_网站网址收录与提交入口

$limit='';gBc网站目录_网站网址收录与提交入口

if($num)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$limit=' limit '.$num;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

//推荐标红gBc网站目录_网站网址收录与提交入口

$gfont1='';gBc网站目录_网站网址收录与提交入口

$gfont2='';gBc网站目录_网站网址收录与提交入口

if($isgoodshow)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

if(strstr($isgoodshow,'r'))gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$gfont1='<font color="red">';gBc网站目录_网站网址收录与提交入口

$gfont2='</font>';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

if(strstr($isgoodshow,'s'))gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$gfont1=$gfont1.'<b>';gBc网站目录_网站网址收录与提交入口

$gfont2='</b>'.$gfont2;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$jg='';gBc网站目录_网站网址收录与提交入口

$snum='';gBc网站目录_网站网址收录与提交入口

$sql=$empire->query("select tagid,tagname,num,isgood from {$dbtbpre}enewstags".$where." order by".$order.$limit);gBc网站目录_网站网址收录与提交入口

while($r=$empire->fetch($sql))gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

if($shownum)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$snum='('.$r[num].')';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$font1='';gBc网站目录_网站网址收录与提交入口

$font2='';gBc网站目录_网站网址收录与提交入口

if($isgoodshow&&$r[isgood])gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$font1=$gfont1;gBc网站目录_网站网址收录与提交入口

$font2=$gfont2;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

$ln++;gBc网站目录_网站网址收录与提交入口

$br='';gBc网站目录_网站网址收录与提交入口

if($line)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

if($ln%$line==0)gBc网站目录_网站网址收录与提交入口

{gBc网站目录_网站网址收录与提交入口

$br='gBc网站目录_网站网址收录与提交入口

';gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

//$str.=$jg.'<a href="'.$public_r[newsurl].'e/tags/?tagid='.$r[tagid].$cs.'" target="_blank">'.$font1.$r[tagname].$snum.$font2.'</a>'.$br;gBc网站目录_网站网址收录与提交入口

$str.=$jg.'<a href="'.$public_r[newsurl].'e/tags/'.$r[tagid].'.html" target="_blank">'.$font1.$r[tagname].$snum.$font2.'</a>'.$br;gBc网站目录_网站网址收录与提交入口

$jg=$br?'':$showjg;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

echo $str;gBc网站目录_网站网址收录与提交入口

}gBc网站目录_网站网址收录与提交入口

2.网站根目录 增加.htaccess文件,内容如下gBc网站目录_网站网址收录与提交入口

代码如下:gBc网站目录_网站网址收录与提交入口

RewriteEngine OngBc网站目录_网站网址收录与提交入口

RewriteBase /gBc网站目录_网站网址收录与提交入口

RewriteRule tag/(.*).html$ e/tags/?tagname=$1gBc网站目录_网站网址收录与提交入口

RewriteRule e/tags/(.*).html$ e/tags/?tagid=$1gBc网站目录_网站网址收录与提交入口

还要空间支持伪静态gBc网站目录_网站网址收录与提交入口

1.检测Apache是否支持mod_rewrite 通过php提供的phpinfo()函数查看环境配置,通过Ctrl+F查找到“Loaded Modules”,其中列出了所有apache2handler已经开启的模块,如果里面包括“mod_rewrite”,则已经支持,不再需要继续设置。gBc网站目录_网站网址收录与提交入口

如果没有开启“mod_rewrite”,则打开目录 您的apache安装目录“/apache/conf/” 下的 httpd.conf 文件,通过Ctrl+F查找到“LoadModule rewrite_module”,将前面的”#”号删除即可。gBc网站目录_网站网址收录与提交入口

如果没有查找到,则到“LoadModule” 区域,在最后一行加入“LoadModule rewrite_module modules/mod_rewrite.so”(必选独占一行),然后重启apache服务器即可。gBc网站目录_网站网址收录与提交入口

2.让apache服务器支持.htaccessgBc网站目录_网站网址收录与提交入口

修改httpd.conf文件gBc网站目录_网站网址收录与提交入口

代码如下:gBc网站目录_网站网址收录与提交入口

Options FollowSymLinksgBc网站目录_网站网址收录与提交入口

AllowOverride NonegBc网站目录_网站网址收录与提交入口

改为gBc网站目录_网站网址收录与提交入口

代码如下:gBc网站目录_网站网址收录与提交入口

Options FollowSymLinksgBc网站目录_网站网址收录与提交入口

AllowOverride AllgBc网站目录_网站网址收录与提交入口

 gBc网站目录_网站网址收录与提交入口

 gBc网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章