【问题标题】:Using a symbolic link with XAMP使用 XAMPP 的符号链接
【发布时间】:2012-08-09 19:37:28
【问题描述】:

我在我的 Mac 上安装了symbolic linker,这让我可以轻松地创建任何文件夹的符号链接。

我决定为我的 php 项目文件夹(在保管箱中)创建一个符号链接,并将其放在我的 XAMP htdocs 文件夹中。但是,如果我尝试通过转到以下地址来访问该文件夹:

http://localhost/Projects/

我收到以下错误

You don't have permission to access the requested directory. There is either no index document or the directory is read-protected.

If you think this is a server error, please contact the webmaster.

我已经阅读了一些关于带有符号链接的权限的内容,并且我确实将原始文件夹权限级别更改为每个人的读写访问权限,但无济于事。

有谁知道如何让符号链接文件夹与 XAMP 一起使用。

谢谢

【问题讨论】:

    标签: xampp localhost


    【解决方案1】:

    哇,下面的终端命令为我解决了这个问题:)

    chmod go+x Dropbox
    

    :D yippee

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2015-08-06
      • 2016-02-18
      • 1970-01-01
      • 1970-01-01
      • 2011-09-26
      • 1970-01-01
      • 2022-12-19
      • 1970-01-01
      相关资源
      最近更新 更多