美文网首页
xampp(新版) 访问出现New XAMPP security

xampp(新版) 访问出现New XAMPP security

作者: 我是何先生 | 来源:发表于2017-08-21 13:30 被阅读660次

**xampp 访问出现New XAMPP security concept **
Access forbidden!

New XAMPP security concept:Access to the requested directory is only available from the local network.This setting can be configured in the file “httpd-xampp.conf”.

解决办法:
打开httpd-xampp.conf(/opt/lampp/etc/extra/httpd-xampp.conf)
找到#
<Directory "/opt/lampp/phpmyadmin">
AllowOverride AuthConfig Limit
Require localhost
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</Directory>

将其中的"Require localhost"改为"Require all granted"
保存,重启Xampp即可~

相关文章

网友评论

      本文标题:xampp(新版) 访问出现New XAMPP security

      本文链接:https://www.haomeiwen.com/subject/ozmcdxtx.html