首先打开manager-osx找到Manage Servers下的 Apache Web Server
点击右侧的Configure,点Open Conf File来打开Apache的配置文件,
搜索DocumentRoot,可以看到
DocumentRoot "/Applications/XAMPP/xamppfiles/htdocs"
<Directory "/Applications/XAMPP/xamppfiles/htdocs">
这两行是默认的Apache路径,将其中的路径更改为你想要的路径即可。
再搜索User daemon,可以找到这两行
User daemon
Group daemon
将User 后的daemon更改为当前的用户名,再吧Group 后面的Daemon更该为staff。
保存配置文件,重启服务,OK。