历史剧模板网
 
 
您的位置:首页 >> 海洋cms教程
海洋cmsNginx伪静态规则专题不能分页
作者:admin 浏览量:10 时间:2024-11-14

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安装好海洋采集也没问题,但是播放器加载完以后就黑屏了是怎么回事

下一篇:海洋cmsPC端播放器为什么这么小 怎么解决