我在我的机器上安装了xamp服务器。我想要访问我的局域网中的一些用户。但现在每个人都可以访问它。我想限制它。 我试过了
# Close XAMPP sites here
<LocationMatch "^/(?i:(?:xampp|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Deny from all
Allow from all
ErrorDocument 403 /error/HTTP_XAMPP_FORBIDDEN.html.var
</LocationMatch>
请给我建议