2015.06.23 WAMP 2.5 Modification method
Modify the httpd.conf file
# Onlineoffline Tag-don ' t remove
Require Local
To
# Onlineoffline Tag-don ' t remove
Require all granted
Reference: Http://stackoverflow.com/questions/28560452/403-forbidden-wamp-server-2-5
------------------------------------------------------------------
Just installed the WAMP environment, the local access http://localhost no problem, the remote access http://192.168.1.x/machine to display 403 error, permission limit.
This wamp is really good, the default installation is to disallow non-local IP access.
Workaround:
Locate the Apache configuration file below C:\wamp httpd.conf
Search for the keyword "deny from", you will find a "deny from" under a line "Allow from 127.0.0.1", and then modify 127.0.0.1 to all, that is, "let from all" that allows anyone to access, Restart the Apache service to allow access to the extranet.
To install the Wamp method:
http://sourceforge.net/projects/wampserver/files/WampServer%202/
Download Wampserver 2.4-windows, install it
apache:2.4.4
mysql:5.6.12
php:5.4.16
phpmyadmin:4.0.4
sqlbuddy:1.3.3
xdebug:2.2.3
Reference:
PHP403 Error Disable access Wampserver build PHP Environment external access Perfect solution