I currently use WAMP on my local network for sites still in the development phase. I would like to utilize a sub-domain (dev.mydomain.com) to point to my WAMP installation. Basically, I would like dev.mydomain.com to be a public site where people I'm helping out can access their sites while they are in the development phase.
I added an A-Record for the subdomain through GoDaddy so dev.mydomain.com points to my router's IP address; however, I'm unsure how to forward requests for that domain to the WAMP installation. I know I need to forward a port on my router (I'm using DD-WRT as my firmware) but am not sure how to do that. I've used port forwarding before but am not sure how to set it up for a web server inside the router.
So my main questions are:
- Should I forward Port 80 to the local IP of my PC running WAMP? Can I use another port besides 80?
- How do I configure WAMP to use my subdomain (dev.mydomain.com) opposed to the default localhost?
Thanks in advance for any help! And I'm happy to give out any additional info if more information is needed. Thanks again
I added an A-Record for the subdomain through GoDaddy so dev.mydomain.com points to my router's IP address; however, I'm unsure how to forward requests for that domain to the WAMP installation. I know I need to forward a port on my router (I'm using DD-WRT as my firmware) but am not sure how to do that. I've used port forwarding before but am not sure how to set it up for a web server inside the router.
So my main questions are:
- Should I forward Port 80 to the local IP of my PC running WAMP? Can I use another port besides 80?
- How do I configure WAMP to use my subdomain (dev.mydomain.com) opposed to the default localhost?
Thanks in advance for any help! And I'm happy to give out any additional info if more information is needed. Thanks again