链接效果显示http://www.你的域名.com/listinfo-2-0.html
注意:如果你网站之前是静态页面,静态页面生成的内容保存网站的根目录下,现改为动态页面且伪静态的。
设置网站首页伪静态,动态链接显示不但影响美观,还不便于搜索引擎收录(如m.bokequ.com/e/action/ListInfo/?classid=2这样的链接)1.栏目设置为动态页面(如下图,伪静态参数设置,如下图
3、最后北京k10赛车下载app数据更新,
帝国cms网站链接URL伪静态设置方法。Nginx伪静态规则设置,修改完配置文件,也可以批量修改栏目属性)
点击选择“栏目页模式”和“内容页模式”设置为动态页面,如下图,最后点击最下面的“提交”
2、按住键盘shift同时点击即可全部选择左边的全部栏目。否则可能内容链接出现404无法访问。更新信息页地址即可。动态页北京k10赛车下载app面的内容储存在数据库中。文章内容需要重新点击一下“修改”,可以单个修改栏目属性,页面设为动态url需要伪静态,需要重启nginx生效
rewrite ^([^\.]*)/listinfo-(.+?)-(.+?)\.html$ $1/e/action/ListInfo/index.php?classid=$2&page=$3 last;rewrite ^([^\.]*)/showinfo-(.+?)-(.+?)-(.+?)\.html$ $1/e/action/ShowInfo.php?classid=$2&id=$3&page=$4 last;rewrite ^([^\.]*)/infotype-(.+?)-(.+?)\.html$ $1/e/action/InfoType/index.php?ttid=$2&page=$3 last;rewrite ^([^\.]*)/tags-(.+?)-(.+?)\.html$ $1/e/tags/index.php?tagname=$2&page=$3 last;rewrite ^([^\.]*)/comment-(.+?)-(.+?)-(.+?)-(.+?)-(.+?)-(.+?)\.html$ $1/e/pl/index\.php\?doaction=$2&classid=$3&id=$4&page=$5&myorder=$6&tempid=$7 last;rewrite ^/sitemap.xml /sitemap.php;rewrite ^/sitemap-([0-9]+).xml /sitemap.php?classid=$1;if (!-e $request_filename) {return 404;}
设置Apache伪静态规则
RewriteEngine OnErrorDocument 404 /404.htmlRewritebase /#信息列表RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^listinfo-(.+?)-(.+?)\.html$ /e/action/ListInfo/index\.php\?classid=$1&page=$2#信息内容页RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^showinfo-(.+?)-(.+?)-(.+?)\.html$ /e/action/ShowInfo\.php\?classid=$1&id=$2&page=$3#标题分类列表页RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^infotype-(.+?)-(.+?)\.html$ /e/action/InfoType/index\.php\?ttid=$1&page=$2#TAGS信息列表页RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^tags-(.+?)-(.+?)\.html$ /e/tags/index\.php\?tagname=$1&page=$2#评论列表页RewriteCond %{QUERY_STRING} ^(.*)$RewriteRule ^comment-(.+?)-(.+?)-(.+?)-(.+?)-(.+?)-(.+?).html$ /e/pl/index\.php\?doaction=$1&classid=$2&id=$3&page=$4&myorder=$5&tempid=$6#搜索伪静态http://www.bokequ.com/600.html
4、格式可以复制下面的配置
信息内容页showinfo-[!--classid--]-[!--id--]-[!--page--].html
信息列表页listinfo-[!--classid--]-[!--page--].html
标题分类列表页infotype-[!--ttid--]-[!--page--].html
tags信息列表页tags-[!--tagname--]-[!--page--].html
评论列表页comment-[!--doaction--]-[!--classid--]-[!--id--]-[!--page--]-[!--myorder--]-[!--tempid--].html
3、后点击“提交”。帝国cms链接url模板可以设置为静态页面和动态页面, 顶: 79934踩: 822
帝国cms网站北京k10赛车下载app链接URL伪静态设置方法
人参与 | 时间:2025-06-18 10:13:56
相关文章
- 8款CSS3鼠标滑过图片动画特效代码
- WordPress多功能新闻积分商城主题LensNews2.2
- wordpress未能与站点联系致命错误,PHP修改被回滚
- AI加持电竞模式!iQOO新款智能手表799元起,运动健康好帮手
- WordPress插件Ultimate Category Excluder排除分类文章
- Crypto Markets Lost Over $400B as Bitcoin (BTC) Slumped by $10K in 2 Days (Weekend Watch)
- 天猫精灵:跨设备连接领跑行业,品类覆盖引领消费新潮
- dedecms漂亮美女图片网站模板v1.1
- DOGE, WIF Emerge as Today's Top Performers, BTC Aims at $70K (Weekend Watch)
- 个人博客网站如何实现https重定向(301)到http
评论专区