Apache无法找到localhost / ~user目录

时间:2015-02-19 14:36:59

标签: php macos apache terminal

大家好我按照OS X Yosemite的教程设置了apache。 我可以从默认WebServer目录进入“It works”页面,但是在设置我自己的用户目录时,apache不再找到它。我在User文件夹中创建了Sites目录。 然后我在/etc/apache2/users中创建了username.conf我在那里有一个Guest.conf,我的教程中没有提到但是我不知道是不是问题,我宁愿要求而不知道删除它。

我的username.conf文件:

<Directory "/Users/mathiashintjens/Sites/">
    Options Indexes MultiViews
    AllowOverride All
    Order allow,deny
    Allow from all
</Directory>

我使用sudo chmod 644 mathiashintjens.conf来更改权限,然后sudo apachectl restart

然后我在〜/ Sites目录中创建了一个index.html文件,但仍然无法使用http://localhost/~mathiashintjens/

在我的浏览器中打开它

我过去安装了MAMP,所以也许这就是问题所在?

如果有人能帮助我,那真的很酷。 提前谢谢!

0 个答案:

没有答案