便宜vps推荐!

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

时间:|浏览:| 评论 ()

帝国cms网站优化值tags伪静态的实现步骤如下:

1.修改e/class/t_functions.php中的sys_eShowTags函数

//显示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.''.$r[$i].''.$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=''; 
$gfont2=''; 
} 
if(strstr($isgoodshow,'s')) 
{ 
$gfont1=$gfont1.''; 
$gfont2=''.$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.''.$font1.$r[tagname].$snum.$font2.''.$br; 
$str.=$jg.''.$font1.$r[tagname].$snum.$font2.''.$br; 
$jg=$br?'':$showjg; 
} 
} 
echo $str; 
}

2.网站根目录 增加.htaccess文件,内容如下

RewriteEngine On 
RewriteBase / 
RewriteRule tag/(.*).html$ e/tags/?tagname=$1 
RewriteRule e/tags/(.*).html$ e/tags/?tagid=$1

还要空间支持伪静态

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

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

如果没有查找到,则到“LoadModule” 区域,在最后一行加入“LoadModule rewrite_module modules/mod_rewrite.so”(必选独占一行),然后重启apache服务器即可。

2.让apache服务器支持.htaccess

修改httpd.conf文件

Options FollowSymLinks 
AllowOverride None

改为

Options FollowSymLinks 
AllowOverride All
声明:VPSNO仅为VPS服务器信息分享,任何IDC都有倒闭和跑路可能,本站无法作任何保障,请网友购买前自行斟酌,衡量评估风险,自负责任。数据勤备份是最佳选择。本文由VPSNO网站发布,转载请保留链接:《帝国cms网站优化使tags伪静态的实现》站长联系QQ:22⑧2六8⑦肆8,邮箱为QQ邮箱。
网友评价
评论列表
共有 条评论

精选便宜VPS - VPS排行

  • No.1 最便宜的大厂云服务器
    UCloud云服务器

    UCloud云服务器

    UCloud(优刻得)是国内最大的中立公有云服务商,全球包含香港、台湾共25个数据中心,52元/年起

  • No.2 国内用户最多的云服务器
    阿里云服务器

    阿里云服务器

    阿里云是国内云服务器第一梯队头部商家,目前国内用户选择最多的云服务器商。

  • No.3 号称“良心云”的云服务器
    腾讯云服务器

    腾讯云服务器

    和阿里云规模相当的国内云服务器商,套路少,给100%CPU资源,拥有更好的性价比。

  • 热度飙升最快的国外VPS
    RackNerd

    RackNerd

    RackNerd是2019年成立的主机商,以提供便宜VPS、大带宽VPS闻名,近年来在国内用户中知名度颇高。

  • 最受国人欢迎的国外VPS
    bandwagonhost搬瓦工

    bandwagonhost搬瓦工

    搬瓦工VPS可能是中国用户数量最多的服务商,专为大陆用户定制了大量功能,线路有特别优化,快而稳定。

  • 实力雄厚的老牌国外VPS
    vultr

    vultr

    Vultr是成立于2014年的老牌IDC,全球16个机房,硬件配置极高,新用户注册赠送100美元余额。