I’ve recently set up a new site that runs a database via MAMP. It’s actually an expression engine site and I’m developing it at localhost:8888.
I was wondering if there’s an easy way to share the site with someone else over the web (like a client) via my IP address while my local server is running.
Not sure if there are security issues with this, but it would be easier than deploying it to a testing server.
If you are behind a router, you’d need to forward incoming port
80to your ip and locally port8888.Make sure that apache is not only availabe from localhost (use your networkip:
8888to test)Open port
8888in your firewall (not always required)Give your ip to your friends