我在PHP上开发了一个站点,并使用iPage托管它。它运行得很好,但是今天我检查了这个网站,上面写着:
The server encountered an unexpected condition which prevented it from fulfilling
the request. The script had an error or it did not produce any output. If there
was an error, you should be able to see it in the error log. 错误日志上写着:
20120423T060239: mydomain.com/file.php suexec policy violation: see suexec log for more details 我搜索了这个错误,它说要将权限更改为755,但是它没有工作。我读了另一篇文章,它说要将目录的权限更改为644,将文件更改为765。但它也失败了。
请帮帮我。
发布于 2017-01-22 07:14:17
正确的文件权利:
https://stackoverflow.com/questions/10278518
复制相似问题