欢迎来到欣怡建站!我们致力于提供优质的网站建站服务
注册

DedeCMS首页频道列表文章伪静态规则及方法

相关案例演示

RewriteEngine On 

RewriteBase / 

 

RewriteRule ^list-([0-9]+)\.html$ /plus/list.php?tid=$1 

RewriteRule ^list-([0-9]+)-([0-9]+)-([0-9]+)\.html$ /plus/list.php?tid=$1&totalresult=$2&PageNo=$3 

RewriteRule ^view-([0-9]+)-1\.html$ /plus/view.php?arcID=$1 

RewriteRule ^view-([0-9]+)-([0-9]+)\.html$ /plus/view.php?aid=$1&pageno=$2 

 

文件写法。 

 

/include/下的channelunit.func.php修改 

 

第一处: 

if($isdefault==-1) 

//动态 

$reurl = $GLOBALS['cfg_phpurl']."/list.php?tid=".$typeid; 

 

改为: 

if($isdefault==-1) 

//动态 

//$reurl = $GLOBALS['cfg_phpurl']."/list.php?tid=".$typeid; 

//veepic.com修改于2009.08.31 

if($cfg_rewrite == 'Y') 

$reurl = $GLOBALS['cfg_cmsurl']."/list-{$typeid}.html"; 

else 

$reurl = $GLOBALS['cfg_phpurl']."/list.php?tid=".$typeid; 

 

第二处: 

 

global $cfg_typedir_df; 

改为: 

global $cfg_typedir_df,$cfg_rewrite; 

 

第三处: 

if($rank!=0 || $ismake==-1 || $typeid==0 || $money>0) 

//动态文章 

if($cfg_rewrite == 'Y') 

return $GLOBALS["cfg_plus_dir"]."/view-".$aid.'-1.html'; 

else 

return $GLOBALS['cfg_phpurl']."/view.php?aid=$aid"; 

else 

改为: 

if($rank!=0 || $ismake==-1 || $typeid==0 || $money>0) 

//动态文章 

if($cfg_rewrite == 'Y') 

//veepic.com修改于2009.8.31 

//return $GLOBALS["cfg_plus_dir"]."/view-".$aid.'-1.html'; 

return $GLOBALS["cfg_cmsurl"]."/view-".$aid.'-1.html'; 

else 

return $GLOBALS['cfg_phpurl']."/view.php?aid=$aid"; 

作者:欣怡建站 挑错 时间:2020-01-09 09:38
首先声明,只要是我们的vip会员所有源码均可以免费下载,不做任何限制
☉本站的源码不会像其它下载站一样植入大量的广告。为了更好的用户体验以后坚持不打水印
☉本站只提供精品源码,源码在于可用,不在多!!希望在这里找到你合适的。
☉本站提供的整站程序,均带数据及演示地址。可以在任一源码详情页查看演示地址
☉本站所有资源(包括源码、模板、素材、特效等)仅供学习与参考,请勿用于商业用途。
☉如有其他问题,请加网站客服QQ(984818011)进行交流。
相关教程
在线客服