海洋cmsNginx伪静态规则专题不能分页
Nginx伪静态规则专题不能分页问题解决办法
试试这个 路径名称请对照修改:
rewrite ^/xxx\.html$ xxx.php permanent;
location / {
rewrite ^/frim/index(.+?)\.html$ /list/index.php?$1 last;
rewrite ^/movie/index(.+?)\.html$ /detail/index.php?$1 last;
rewrite ^/play/([0-9]+)-([0-9]+)-([0-9]+)\.html$ /video/index.php?$1-$2-$3 last;
rewrite ^/topic/index(.+?)\.html$ /topic/index.php?$1 last;
rewrite ^/topic/index\.html$ /topic/index.php?$1 last;
rewrite ^/topiclist/(.+?).html$ /topiclist/index.php?$1 last;
rewrite ^/index\.html$ index.php permanent;
rewrite ^/news/index\.html$ /news/index.php?$1 last;
rewrite ^/html/part/index(.+?)\.html$ /articlelist/index.php?$1 last;
rewrite ^/html/article/index(.+?)\.html$ /article/index.php?$1 last;
}
更多文章
-
海洋cms模板标签大全(收藏级)
海洋cms以其免费开源、采集功能强大著称,吸引了越来越影视站长。那么在使用海洋cms过程中,模板标签是必须要掌握的。下面是整理的海洋cms模板标签大全,对于做站朋友,一定有用,赶快收藏起来吧!海洋cms模板标签目录00.相关必要说明 01.全局标签 02.自定义标签 03.if标签和嵌套if标签subif(支持php语句、多e
-
海洋cms模板更换及安装教程
很多刚使用海洋cms站长朋友,不知道如何更换模板及安装,下面就详细的图文教程,快来学习! 第一步,从免费海洋cms模板下载网站(http://www.dongliancnc.com),选择喜好的模板并下载,特别说明都是人工测试过的模板,保证使用哦。 第二步,将模板压缩包,上传文件到网站templets目录下
-
海洋cms缓冲地址和广告时间编辑保存完成后无变化
缓冲地址和广告时间编辑完成后,可以正常保存。但是实际地址未改变 9_465_b6b00196a6303d8.png 解决方法: 按照当前页面的文字帮助提示检查文件权限。 还有刷新cdn缓存,浏览器缓存
-
海洋cms采集回来的数据没有播放器后缀
采集回来的数据没有播放器后缀,不改采集地此的情况下,如何设置一键加上播放器后缀。 解决方法: 海洋cms后台----------工具--------------------修复数据格式--------------------修复数据数据
-
海洋cms发现几个标签不能正常使用,请问是什么问题
发现几个标签不能正常使用,请问是什么问题 {playpage:vodtotal}显示影片总集数 还有豆瓣评分等评分显示标签。 请问大家正常吗 解决方法: 需要你自己在后台填写数据才可以