安装phpbb时显示404,求高手指导,有红包聊表谢意。
如题,安装就显示404 Not Found nginx,百度到应该是权限问题,但不知道咋改(因为是小白),还请会的大佬能帮忙指导解决下,可以发个红包聊表谢意。愿意的大佬还请加QQ:5026965,谢谢。 本帖最后由 q9.gs 于 2025-12-11 08:37 编辑
location / {
try_files $uri $uri/ /app.php?$args;
}
# Prevent access to config.php and common.php
location ~* /config.php$ {
deny all;
}
location ~* /common.php$ {
deny all;
}
参考:https://github.com/phpbb/phpbb/blob/master/phpBB/docs/nginx.sample.conf 目录权限777 ? 大概率是没设置伪静态,权限问题概率低. 404就是找不到对应文件,仔细检查下是不是文件名称或者路径问题
页:
[1]
