Win8 under wamp with http://localhost access appears 403 forbidden

  

windows
/' target='_blank'>win8
new wamp, open browser< Br> Enter localhost and find 403 error. After testing, enter 127.0.0.1 to access normally.

The solution is as follows.

Open httpd.conf

Search Deny from all to
Options FollowSymLinks AllowOverride None Order deny,allow Deny from all

Change Deny from all to Allow from all

Continue to search Deny from all to
# onlineoffline tag - don't remove Order Deny,Allow Deny from all Allow from 127.0.0.1

Change Deny from all to Allow from all


If you can't open phpmyadmin with localhost, please see

Find and open wamp/alias/phpmyadmin.conf

Find
Options Indexes FollowSymLinks MultiViews AllowOverride all Order Deny, Allow Deny from all Allow from 127.0.0.1

Allow from 127.0.0.1 will be changed to Allow from :: 1



Copyright © Windows knowledge All Rights Reserved