I\'m using windows 8 right now trying to install wamp server but it has forbidden error
I try this and din\'t work
AllowOverride none Require all gr
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
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.
Check this post here. http://praveenpuglia.wordpress.com/2012/11/20/setting-up-wamp-server-in-windows-8/