A good memory is worse than a bad pen. It's really bad to wander twice in a trap!
After wamp2.5 is installed, manually reset the default root directory of Apach. However, it is found that the local machine is accessible, and others are not.
The prompt message is: forbidden you dont Hava permission to access * on the server you are not authorized to access
I have encountered this problem before. I just vaguely remember What configuration file I modified and changed the directory permission.
After searching, we found that all the rows with 'deny' are replaced with 'Allow from all'. I can't test it myself.
With all kinds of confusions, I tried to study phpMyAdmin, which is the best example.
In the phpMyAdmin. conf file under/Wamp/alias, the following comments are written at the beginning of the document:
# To give access to phpMyAdmin from outside
# Replace the lines
#
# Require local
#
#
#
# Require all granted
#
Here, the answer is obvious.
Find the apache2.4.9 \ conf \ httpd. conf file, and
Replace 'require local' with 'require all granted'
Now, the problem is solved!
The best solution is demo!
Custom configuration after Wamp Installation