首页>>帮助中心>>香港VPS xampp Apache Access forbidden! Error 403

香港VPS xampp Apache Access forbidden! Error 403

2024/12/2 55次

香港VPS xampp Apache Access forbidden! Error 403
windows下使用xampp Apache配置虚拟主机,访问相关网页出现:

xampp Apache Access forbidden! Error 403
Access forbidden!  You don’t have permission to access the requested object. It is either read-protected or not readable by the server.


只需要将http.conf文件中的:

<Directory /> 
     AllowOverride none
     Require all denied 
 </Directory>


改成:

<Directory />
      ServerName test
      Options None  
      Order allow,deny  
      Allow from all   
  </Directory>保存重启apache即可。


购买使用一诺网络香港服务器,可以极大降低初创企业、中小企业以及个人开发者等用户群体的整体IT使用成本,无需亲自搭建基础设施、简化了运维和管理的日常工作量,使用户能够更专注于自身的业务发展和创新。香港服务器低至29元/月,购买链接:https://www.enuoidc.com/vps.html?typeid=2