Did the wamp server fail locally?

I just installed Wamp Server 2 on my computer. and I can’t access phpmyadmin or even index.php in the root directory, all this gives 403 Forbidden.

I also tried changing the permission to alias.conf, this did not work.

Do you have any idea how to solve this problem, or any suggestion is worth a try, please share.

Thanks in advance.

PS: OS: W7, Kaspersky Anti-Virus, Windows Firewall is disabled.

EDIT: restarting wamp decided to access phpmyadmin, but directory access (i.e. http://localhost/index.php) is still denied.

EDIT2: now I can access my index.php via url: 127.0.0.1/index.phpbut I cannot access http://localhost/index.php, and I will usehttp://localhost/

EDIT3: Logs full:

[Fri Apr 13 20:50:06 2012] [error] [client ::1] client denied by server configuration: C:/wamp/www/
[Fri Apr 13 20:50:19 2012] [error] [client ::1] client denied by server configuration: C:/wamp/www/
+3
8

wampserver Windows 8 . , Apache httpd.conf Trung-Hieu Le (.), :

Listen 80

Listen 127.0.0.1:80
#Listen 80
+2

apache. httpd.cong 46 Listen 127.0.0.1:80. .

+2

, 403, " " . , , .

, . index.php, Apache index.html . 403.

0

chnage localhost 127.0.0.1 , smiler:)

::1 - - [11/Nov/2012:14:29:34 +0330] "GET / HTTP/1.1" 403 202
127.0.0.1 - - [11/Nov/2012:14:29:37 +0330] "GET / HTTP/1.1" 200 6051
0

C:/Windows/System32/drivers/etc/hosts : 127.0.0.1 localhost

0

, C:\Wamp\Apps. , 404 , 403.

0

, , : -

: -

httpd.conf,

- -    ,       127.0.0.1

Deny from All Allow from All Wamp.

( ) -    ,       127.0.0.1

- .

100%

Hope this helps others as well

0
source

All Articles