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 localhost
Replace it with
Order allow,deny
Allow from all
Restart WAMP and then test.
OTHER ARTICLES YOU MAY LIKE

A SMALL BUTTON, A BIG MILESTONE: MY FIRST SUPER THANKS
Every creator has milestones that feel both modest and momentous. Your first upload. Your first comment. Your first subscriber. And then one day, among the usual notifications, a new one pops up: your first Super Thanks. Mine came from a generous viewer, Frank Castlenut, who left a donation of five dollars alongside a kind note. […]
read more
NEW RUNNING BELT ON TEST: FIRST IMPRESSIONS AND HONEST THOUGHTS
There’s a special kind of anticipation that comes with unboxing fresh kit, especially something as personal as a running belt. It’s the bit of gear that sits closest to you on every run, carrying your phone, keys, gels and—in this case—a water bottle, all while ideally disappearing from your awareness once you’re moving. Today’s subject […]
read more