历史剧模板网
 
 
您的位置:首页 >> 海洋cms教程
海洋cms新安装的伪静态下播放页面无法显示
作者:admin 浏览量:34 时间:2024-12-15


新安装的伪静态下播放页面无法显示
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;
}

好像动态模式下播放页面就是500错误
解决方法:先在纯动态模式下测试

上一篇:海洋cms采集入库后没有后缀怎么解决

下一篇:海洋cms首页分类不显示或者只显示1张图片