[/opt/lampp/etc/extra/httpd-xampp.conf]
#
# New XAMPP security concept
#
<LocationMatch ...>
Require local
...
</LocationMatch>
当中的Require local改为
Require all granted
[/opt/lampp/etc/extra/httpd-xampp.conf]
#
# New XAMPP security concept
#
<LocationMatch ...>
Require local
...
</LocationMatch>
当中的Require local改为
Require all granted