Last active
August 29, 2015 14:21
-
-
Save aquasmit/63c8b82707683f29b2ba to your computer and use it in GitHub Desktop.
Apache 2.4.x - Allow wamp server access from any machine in network using http://
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Open httpd.conf and replace line | |
Require local | |
by | |
Require all granted | |
That's all. After you restart Wamp server, you will be able to access your machine frm any machine in network using URL like http://aquasmit (assuming that aquasmit is your machine name) | |
Resource: Refer Sai Ram's answer at http://stackoverflow.com/questions/24005828/how-to-enable-local-network-users-to-access-my-wamp-sites |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment