无法找到 WordPress 内容目录 (wp-content) - Mac 上的 localhost

Chi*_*Sky 2 wordpress

我的配置 - Mac OS 10.9 - XAMPP - ProFTPD - WordPress 3.8.3

Unlike most other posts on the internet for the same problem, I was not on some hosting website rather on a locally hosted instance on Mac.Everytime I tried to access the site, I got the error that the server was unable to locate the wp-content directory.

小智 5

在 macOS 中,httpd 服务器作为用户“daemon”执行。因此,您需要将 htdocs 的所有权更改为守护程序用户:

$ sudo chown -R daemon:daemon htdocs
Run Code Online (Sandbox Code Playgroud)