1.wamp Download Install (2.49), follow the prompts.
The only thing to note is that the default port is 80, if 80 port is already occupied, modify Apache config file httpd.conf (C:\wamp\bin\apache\apache2.4.9\conf), will be inside the
Listen 192.168.1.62:80
Listen [:: 0]:80
80 instead of 8080 or others;
Install and set the Success verification method: Enter http://localhost in the browser address bar: Port number appears wamp Main page is successful
2. Allow external network access to the local computer needs to set the Wamp
In httpd.conf :
387 Line Modification:
Other require from 127.xxx.x.xx (only allow 127.xxx.x.xx access) and require local etc all changed to require all granted (allow all IP access)
phpmyadmin.conf (C:\wamp\alias):
Comment out deny from all (Deny access to all addresses), change allow from 127.xxx.x.xx to allow from
3. Port mapping
Here is an artifact: peanut shell; 1. Apply for free domain name (5¥) after registering on Peanut Shell website, apply for free intranet mapping (6¥)
2. Download install peanut Shell pc software, login with registered username and password, right click on domain name--peanut shell management--Add map
The application name is arbitrary, intranet host day own computer's IP, click OK
You're done. Put the project into the Wamp www folder under the Address bar enter the domain name + project name + page name to access
wamp& Peanut Shell Build Your own website locally