2015.06. atWAMP2. 5 Modify Method Modify httpd.conf File # Onlineoffline tag-Don'T RemoveRequire localto# onlineoffline tag-Don'T RemoveRequire All granted reference: http://stackoverflow.com/questions/28560452/403-forbidden-wamp-server-2-5------------------------------------------------------------------just installed the WAMP environment, native access to http://localhost no problem, switch machine remote access http://192.168.1.x/Displays 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 httpd.conf search keyword below C:\wamp"deny from", you will find a place"deny from"One line below"Allow from 127.0.0.1", and then 127.0.0.1 modify to all, i.e." allow from all"that is, allowing 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 Wampserver2.4-Windows +Bits, which can be installed Apache:2.4.4MySQL:5.6. APHP:5.4. -PHPMyAdmin:4.0.4Sqlbuddy:1.3.3XDebug:2.2.3Reference: PHP403 error disable access Wampserver build PHP Environment external access Perfect solution
WAMP 403 Forbidden No access