Wamp server access.
Access WAMP server in LAN
Wamp allow access from LAN / How to access WAMP server in Local Area Network/
Access wamp server from different computer in LAN
It is the matter with the apache configuartion.
Initially, WAMP only allows access to the website from the local host/that System name.
You need to modify http configuration file that can be accessed by Left clicking on wamp icon.
Select Apache from menu and Click on http.conf file.
DocumentRoot "D:/wamp/www"
<Directory "D:/wamp/www">
You have to access directory to localhost to allow all.
In directory tag, find the line which says "Allow from 127.0.0.1" Change this line to "Allow from all".
Restart your wamp server.
Cheers . :)
No comments:
Post a Comment
Thank you very much for your comment.
Your message has been successfully sent out to author of this blog.