最新下载
热门教程
- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
- 9
- 10
织梦dedecms5.7列表页面伪静态配置方法(非常详细)
时间:2022-06-25 19:21:30 编辑:袖梨 来源:一聚教程网
打开/include/helpers/channelunit.helper.php。
查找:
代码如下 | 复制代码 |
//动态 替换为 //动态 |
意思是:将默认的频道或是列表页URL/plus//list.php?tid=1变更为/dedecms/list-1.html形式。
打开/include/arc.listview.class.php
代码如下 | 复制代码 |
查找: $plist = str_replace('.php?tid=', '-', $plist); 替换为 $plist = str_replace('plus/list.php?tid=', ‘category/list-', $plist); |
将默认的plus/list.php?tid=替换成category/list-;
意思是:将默认的列表分页链接格式plus/list.php?tid=x$x$xl修改为category/list-x-x-x.html。
因为这个没有伪静态规则我们需要配置一下
代码如下 | 复制代码 |
RewriteRule ^category/list-([0-9]+).html$ /plus/list.php?tid=$1 |
相关文章
- 《无限暖暖》天星之羽获得位置介绍 12-20
- 《流放之路2》重铸台解锁方法介绍 12-20
- 《无限暖暖》瞄准那个亮亮的成就怎么做 12-20
- 《无限暖暖》魔气怪终结者完成方法 12-20
- 《无限暖暖》曙光毛团获得位置介绍 12-20
- 《无限暖暖》日光果获得位置介绍 12-20