欢迎各位兄弟 发布技术文章
这里的技术是共享的
1) 在本机 输入 http://ip/xampp/ 或 http://localhost/xampp 或 http://127.0.0.1/xampp
都可以打开
2) 用其它电脑 打开 http://ip/xampp/ 就会 403 禁止
3) 所以 我们 到 httpd-xampp.conf 里面 看到 这里禁止 403,,,把下面两行注释就可以了
<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
#Require local
#ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>