帝國cms網(wǎng)站優(yōu)化使tags偽靜態(tài)的實現(xiàn)
來源:易賢網(wǎng) 閱讀:1851 次 日期:2014-07-09 19:40:27
溫馨提示:易賢網(wǎng)小編為您整理了“帝國cms網(wǎng)站優(yōu)化使tags偽靜態(tài)的實現(xiàn)”,方便廣大網(wǎng)友查閱!

這篇文章主要為大家介紹了帝國cms網(wǎng)站優(yōu)化使tags偽靜態(tài)的實現(xiàn),需要的朋友可以參考下。

帝國cms網(wǎng)站優(yōu)化值tags偽靜態(tài)的實現(xiàn)步驟如下:

1.修改e/class/t_functions.php中的sys_eShowTags函數(shù)

代碼如下:

//顯示TAGS

function sys_eShowTags($cid,$num=0,$line=0,$order='',$isgood='',$isgoodshow='',$showjg='',$shownum=0,$cs=''){

global $empire,$dbtbpre,$public_r,$navinfor;

$str='';

if(empty($showjg))

{

$showjg='   ';

}

$ln=0;

if($cid=='selfinfo')

{

if(empty($navinfor['infotags']))

{

return '';

}

$jg='';

$r=explode(',',$navinfor['infotags']);

$count=count($r);

for($i=0;$i<$count;$i++)

{

$ln++;

$br='';

if($line)

{

if($ln%$line==0)

{

$br='

';

}

}

$str.=$jg.'<a href="'.$public_r[newsurl].'e/tags/?tagname='.urlencode($r[$i]).$cs.'" target="_blank">'.$r[$i].'</a>'.$br;

$jg=$br?'':$showjg;

}

}

else

{

$and='';

$where='';

if($cid)

{

$where=strstr($cid,',')?"cid in ($cid)":"cid='$cid'";

$and=' and ';

}

if($isgood)

{

$where.=$and.'isgood=1';

}

if($where)

{

$where=' where '.$where;

}

$order=$order?' '.$order:' tagid desc';

$limit='';

if($num)

{

$limit=' limit '.$num;

}

//推薦標紅

$gfont1='';

$gfont2='';

if($isgoodshow)

{

if(strstr($isgoodshow,'r'))

{

$gfont1='<font color="red">';

$gfont2='</font>';

}

if(strstr($isgoodshow,'s'))

{

$gfont1=$gfont1.'<b>';

$gfont2='</b>'.$gfont2;

}

}

$jg='';

$snum='';

$sql=$empire->query("select tagid,tagname,num,isgood from {$dbtbpre}enewstags".$where." order by".$order.$limit);

while($r=$empire->fetch($sql))

{

if($shownum)

{

$snum='('.$r[num].')';

}

$font1='';

$font2='';

if($isgoodshow&&$r[isgood])

{

$font1=$gfont1;

$font2=$gfont2;

}

$ln++;

$br='';

if($line)

{

if($ln%$line==0)

{

$br='

';

}

}

//$str.=$jg.'<a href="'.$public_r[newsurl].'e/tags/?tagid='.$r[tagid].$cs.'" target="_blank">'.$font1.$r[tagname].$snum.$font2.'</a>'.$br;

$str.=$jg.'<a href="'.$public_r[newsurl].'e/tags/'.$r[tagid].'.html" target="_blank">'.$font1.$r[tagname].$snum.$font2.'</a>'.$br;

$jg=$br?'':$showjg;

}

}

echo $str;

}

2.網(wǎng)站根目錄 增加.htaccess文件,內(nèi)容如下

代碼如下:

RewriteEngine On

RewriteBase /

RewriteRule tag/(.*).html$ e/tags/?tagname=$1

RewriteRule e/tags/(.*).html$ e/tags/?tagid=$1

還要空間支持偽靜態(tài)

1.檢測Apache是否支持mod_rewrite   通過php提供的phpinfo()函數(shù)查看環(huán)境配置,通過Ctrl+F查找到“Loaded Modules”,其中列出了所有apache2handler已經(jīng)開啟的模塊,如果里面包括“mod_rewrite”,則已經(jīng)支持,不再需要繼續(xù)設(shè)置。

如果沒有開啟“mod_rewrite”,則打開目錄 您的apache安裝目錄“/apache/conf/” 下的 httpd.conf 文件,通過Ctrl+F查找到“LoadModule rewrite_module”,將前面的”#”號刪除即可。

如果沒有查找到,則到“LoadModule” 區(qū)域,在最后一行加入“LoadModule rewrite_module modules/mod_rewrite.so”(必選獨占一行),然后重啟apache服務(wù)器即可。

2.讓apache服務(wù)器支持.htaccess

修改httpd.conf文件

代碼如下:

Options FollowSymLinks

AllowOverride None

改為

代碼如下:

Options FollowSymLinks

AllowOverride All

更多信息請查看IT技術(shù)專欄

更多信息請查看CMS教程
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇剩?/div>
相關(guān)閱讀CMS教程

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 加入群交流 | 手機站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:526150442(9:00—18:00)版權(quán)所有:易賢網(wǎng)