How to enable external web access for WAMP
May 23, 2015 / by Marco / Categories : Business
I’ve been using WAMP for several years but keep forgetting one simple step when trying to get WAMP setup up for external access i.e. allow external computer to connect to it.
What you need to do is open the httpd.conf file and find this code:
Existing:
Order Deny,Allow
Deny from all
Allow from 127.0.0.1
Allow from ::1
Allow from localhostReplace it with
Order allow,deny
Allow from allRestart WAMP and then test.
OTHER ARTICLES YOU MAY LIKE
USE FUSEBASE TO AUTOMATE TEAMWORK AND COLLABORATION
If your business is growing, your team is juggling too many moving parts, and your client communication is spread across email threads, chat apps, documents, task boards, and endless follow ups, there is a good chance the real problem is not effort but fragmentation. Most businesses do not lose time because people are lazy. They […]
read more
USING REAP FOR VIDEO CLIPS
Short form video is now one of the most effective ways to reach new audiences, grow brand awareness, and turn long form content into a steady stream of social media assets. For creators, marketers, consultants, educators, and business owners, the challenge is rarely a lack of content. The real problem is time. Editing long videos […]
read more




