Windows 8 上的 WAMP 禁止错误 [英] WAMP forbidden error on windows 8

查看:32
本文介绍了Windows 8 上的 WAMP 禁止错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我现在正在使用 windows 8 尝试安装 wamp 服务器,但它有禁止错误

I'm using windows 8 right now trying to install wamp server but it has forbidden error

我试过了,没用

允许覆盖无要求所有授予

AllowOverride none Require all granted

推荐答案

发生这种情况的原因是 IPV6.默认情况下,Windows 8 是 IPV6 优先的操作系统.如何?好吧,只需转到命令提示符并运行命令

The reason why it happens is IPV6. Windows 8 is by default an IPV6-first Operating System. How? Well just go to command-prompt and run the command

ping localhost  

您将收到来自 ::1 的响应,即 IPV6 的回送地址.当您尝试连接到服务器时,它使用端口 80 和 IPV6 来定位它.

You will be getting response from ::1 i.e. the loopback address for IPV6. When you try to connect to the server it uses the port 80 along with IPV6 to locate it.

在此处查看此帖子.http://praveenpuglia.wordpress.com/2012/11/20/setting-up-wamp-server-in-windows-8/

这篇关于Windows 8 上的 WAMP 禁止错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆