Friday 23 November 2012

How to configure Apache to work on Windows 8

1) Left click on wampserver tray icon > Apache > httpd.conf or c:\wamp\bin\apache\apache2.2.22\conf\httpd.conf
2) Find 127.0.0.1 line and you will find "Allow from 127.0.0.1" ~ this configuration file is design for local computer that running ipv4, the system for assigning IP addresses for previous version of windows.
3) Choose command prompt by m
ove your cursor to lower left corner and right click. type "ping localhost" and you'll get this "::1" ~ check your ipv6
4) Then under "Allow from 127.0.0.1", add code "Allow from ::1". Save and close. ~ this is to fix your localhost error 403 forbidden.
5) Next, c:\wamp\alias\phpmyadmin.conf . Under "Allow from 127.0.0.1", add code "Allow from ::1". Save and close ~ this if to fix your phpmyadmin error 403 forbidden.
6) Left click on wampserver tray icon > Restart All Services (wait till green) > Put Online.

That's all. Gudluck :)
*Sorry, my bad english.*
http://www.youtube.com/watch?v=ETbF1CVYnmk


14 comments:

  1. This article gives the light in which we can observe the reality. This is very nice one and gives in depth information. 123.hp.com/setup

    ReplyDelete
  2. This comment has been removed by the author.

    ReplyDelete