最新活动:电脑PC端+手机端+微网站+自适应网页多模板选择-建站388元起价!!!
当前位置:主页 > 网站建设 > 织梦CMS实现伪静态URL的方法,织梦教程

织梦CMS实现伪静态URL的方法,织梦教程

时间:2023-07-21 10:07:21 阅读: 文章分类: 网站建设 作者: dede开发者

导读:织梦教程织梦教程我们知道DEDECMS可以在后台直接设置成静态HTML,但是如果你是一个数据量非常大的网站,更改模板后,重新生成HTML,试试想10W数据,重新生成一遍的难度。dede5.7模板免费织梦模板。

dede5.7模板免费织梦模板

我们知道织梦模板可以在后台直接设置成静态HTML,但是如果你是一个数据量非常大的网站,更改模板后,重新生成HTML,试试想10W数据,重新生成一遍的难度。所在这里我想到了一个用urlwrite实现的伪静态URL的方法。

提示:用urlwrite实现的伪静态,服务器支持urlwrite。

修改方法

编辑文件 include/inc_channel_unit_functi*****.php 第107行改为     if($rank!=0||$ismake==-1||$typeid==0||$money>0){ //动态文章     //return $GLOBALS['cfg_plus_dir']."/view.php?aid=$aid";      //keminar 修改     $articleDir = MfTypedir($artdir);     if($artdir=="") $articleDir = $GLOBALS['cfg_cmspath'].$GLOBALS['cfg_arcdir'];          return $articleDir."/".GetPinyin($title)."_aid_".$aid.".html";      }

第52行改为   if($rank!=0||$ismake==-1||$typeid==0||$money>0) //动态文章   {     if($GLOBALS['cfg_multi_site']=='Y')     {       $siteurl = $GLOBALS['cfg_basehost'];     }       //return $siteurl.$GLOBALS['cfg_plus_dir']."/view.php?aid=$aid";       //keminar 修改     $articleDir = MfTypedir($artdir);     if($artdir=="") $articleDir = $GLOBALS['cfg_cmspath'].$GLOBALS['cfg_arcdir'];   织梦cms模板    return $siteurl.$articleDir."/".GetPinyin($title)."_aid_".$aid.".html";   }

第146行改为

  if($isdefault==-1)   {     //$reurl = $GLOBALS["cfg_plus_dir"]."/list.php?tid=".$typeid;     //keminar 修改     $reurl = $GLOBALS["cfg_cmspath"]."/".$typedir."_tid_".$typeid.".html";   }else if($ispart>0)

修改文件 include/inc_arclist_view.php 第810行改为

    $purl = $this->GetCurUrl();     //keminar 修改     $t = strpos($purl,'_tid_');     $purl = substr($purl,0,$t);     $geturl = "tid_".$this->TypeID."_";     //$hidenform = "<input type='hidden' name='typeid' value='".$this->TypeID."'>\r\n";     //$hidenform .= "<input type='hidden' name='totalresult' value='".$this->totalresult."'>\r\n";       $purl .= "_".$geturl;       //获得上一页和下一页的链接     if($this->pageno != 1){       $prepage.="<a href='".$purl."pageno_".$prepagenum.".html'>上一页</a>\r\n";       $indexpage="<a href='".$purl."pageno_1.html'>首页</a>\r\n";     织梦模板}     else{       $indexpage="<a href='#'>首页</a>\r\n";     }       if($this->pageno!=$totalpage && $totalpage>1){       $nextpage.="<a href='".$purl."pageno_".$nextpagenum.".html'>下一页</a>\r\n";       $endpage="<a href='".$purl."pageno_".$totalpage.".html'>末页</a>\r\n";     }     else{       $endpage="末页\r\n";     }     //获得数字链接     $listdd="";     $total_list = $list_len * 2 + 1;     if($this->pageno >= $total_list) {       $j = $this->pageno-$list_len;       $total_list = $this->pageno+$list_len;       if($total_list>$totalpage) $total_list=$totalpage;     }else{       $j=1;      if($total_list>$totalpage) $total_list=$totalpage;     }     for($j;$j<=$total_list;$j++){    if($j==$this->pageno) $listdd.= "<strong>$j</strong>\r\n";     else $listdd.="<a href='".$purl."pageno_".$j.".html'>".$j."</a>\n";     }     $plist = "手机模板dede";    //$plist .= "<form name='pagelist' action='".$this->GetCurUrl()."'>$hidenform";     $plist .= $maininfo.$indexpage.$prepage.$listdd.$nextpage.$endpage;     if($totalpage>$total_list){       $plist.="<input type='text' name='pageno' id='pageno' value='".$this->pageno."'>\r\n";      $plist.="<input type='button' id='button' name='plistgo' value='GO' onclick='plistgo();'>\r\n";     }    //$plist .= "</form>\r\n";     $plist .= "<script type='text/javascript'>\r\n     function plistgo(){       var pageno = document.getElementById(\"pageno\").value;       window.location.href='".$purl."pageno_'+pageno+'.html';     };</script>";    return $plist;

关键词标签: 标签 CMS 静态

声明: 本文由我的SEOUC技术文章主页发布于:2023-07-21 ,文章织梦CMS实现伪静态URL的方法,织梦教程主要讲述静态,标签,CMS网站建设源码以及服务器配置搭建相关技术文章。转载请保留链接: https://www.seouc.com/article/web_33163.html

我的IDC 网站建设技术SEOUC.COM
专注网站建设,SEO优化,小程序设计制作搭建开发定制网站等,数千家网站定制开发案例,网站推广技术服务。
  • 5000+合作客服
  • 8年从业经验
  • 150+覆盖行业
  • 最新热门源码技术文章