Custom configuration after wamp installation and after wamp Installation
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!
How to configure and install wamp
Wamp is integrated! Very easy! Download and install it directly! You can't unload it! Nothing rare
Wamp Configuration
After the download, all the default options can be installed and run.