我已经尝试了一切,所以我不得不创建这个帖子。
我已更改 htdocs 文件夹权限
sudo chmod 644 /Applications/XAMPP/xamppfiles/htdocs/
我已经更改了 httpd.conf 文件,由我的用户替换了一个守护进程:
<IfModule unixd_module>
#
# If you wish httpd to run as a different user or group, you must run
# httpd as root initially and it will switch.
#
# User/Group: The name (or #number) of the user/group to run httpd as.
# It is usually good practice to create a dedicated user and group for
# running httpd, as with most system services.
#
User amldesign
Group daemon
</IfModule>
这件事从一天发生到第二天……
这里发生了什么事?