无法访问localhost上的页面PHP Yosemite

时间:2016-03-11 10:09:25

标签: php apache yosemite

我有一个名为PHP的文件夹,其结构如下:

+ PHP
  + Source
    + Chapter01
      + test.html
      + test.php
    + Chapter02

现在,我在/ Library / WebServer / Library中创建了一个名为MyPHP的符号链接到PHP文件夹。

当我输入http://localhost/PHP/Source/Chapter01/test.html时,它会说:

您无权访问此服务器上的/PHP/Source/Chapter01/test.html。

所以,我去了httpd.conf并添加了Require all grant:

<Directory />
    AllowOverride none
    Require all denied
    Require all granted
</Directory>

但它仍然没有解决问题!救命啊!

0 个答案:

没有答案