请教:LNMP1.3 环境安装moodle3.2页面不能正常访问?
LNMP1.3 安装moodle3.2页面不能正常访问?修改了/usr/local/nginx/conf/nginx.conf文件:server
{
listen 80 default;
#listen [::]:80 default ipv6only=on;
server_name www.lnmp.org;
index index.html index.htm index.php;
root/home/wwwroot/default;
rewrite "^/pluginfile.php/(.*)$"/pluginfile.php?file=/$1 last; #添加这两行代码
rewrite "^/draftfile.php/(.*)$"/draftfile.php?file=/$1 last;
moodle网页不能正常显示,图片不能显示,请问如何解决??谢谢 moodle应该是需要启用pathinfo的
LNMP1.3 环境安装moodle3.2页面可以正常访问了
原帖由 licess 于 2017-2-4 09:55 发表 http://bbs.vpser.net/images/common/back.gifmoodle应该是需要启用pathinfo的
谢谢,十分感谢军哥。
解决办法:
1.修改/usr/local/nginx/conf/nginx.conf文件
把include enable-php.conf;替换为include enable-php-pathinfo.conf;
2.systemctl restart nginx.service重启nginx
页:
[1]