阅读:788回复:2

新安装的伪静态下播放页面无法显示

楼主#
更多 发布于:2022-12-23 22:06
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错误
1楼#
发布于:2022-12-24 16:32
先在纯动态模式下测试。
2楼#
发布于:2022-12-24 21:34
纯动态下面500错误
PHP版本:7.4.33
GD版本:2.1.0
 是否安全模式:Off
支持上传的最大文件 :50M
 Register_Globals:Off
Magic_Quotes_Gpc:Off
 是否允许打开远程连接:支持
其它必须函数检测: 符合要求
 域名-端口:104.26.6.178 - 80
引擎:nginx/1.22.1
 MySql版本:5.7.39-log
系统:Linux
 PHP执行时间限制:86400秒
PHP内存使用限制:512M


这是服务器信息
游客

返回顶部