How can i put my WAMP online for someone to access?

前端 未结 7 1523
一个人的身影
一个人的身影 2020-12-03 02:02

I would like to briefly open up my computer and allow my business partener to see what I\'ve been developing on the my localhost. I understand there are probably some securi

7条回答
  •  無奈伤痛
    2020-12-03 02:41

    If your Apache server is up and running already on your localhost, then you should just be able to set up a route within your router to point at your computer for traffic coming IN on port 80.

    EDIT: I just checked my router settings, and it calls this 'services'. It allows incoming requests on a specific port to be listened to, and forwards the request onto a specific computer (by IP) attached to the router.

    You would be better asking this question on superuser.com

提交回复
热议问题