我正在使用PHP Zend 1,我遇到了问题。我创建了一个名为“invoice”的文件夹,它不在www文件夹中。所以问题是当我有这个文件夹的正确路径时,我无法访问此文件夹:PUBLIC_PATH . '/../invoice/
这是因为Linux。有谁知道我怎么能访问这个文件夹? 我想在我的网站上查看此文件夹中的文件。
答案 0 :(得分:0)
使用ls -la
检查文件夹权限,默认情况下应为 755 。现在还要检查文件夹的所有者。
use chmod and chown commands to change the permissions and moderators of the folder
答案 1 :(得分:0)
我认为Apache?如果是,请将invoice
符号链接到您的www root并在apache配置中设置Options FollowSymLinks
。
干杯,