How to access the php project in LAN systems using WAMP?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • harini0590
    New Member
    • Apr 2012
    • 19

    How to access the php project in LAN systems using WAMP?

    I try to accessing my project in LAN.. its working by using http address as http://10.1.1.50/Project.

    I got that project in the system where i want in LAN..

    now my question is whether possible to get my project in the system which is not connected in this LAN..

    if so means give me suggestions for that..
  • lyodmichael
    New Member
    • Jul 2012
    • 75

    #2
    just left click wamp icon and click "put online"

    Comment

    • lyodmichael
      New Member
      • Jul 2012
      • 75

      #3
      and btw the the cmd to see if somthing online, use ipconfig .

      Comment

      • mujeeb i
        New Member
        • Jul 2012
        • 7

        #4
        first put on-line LAN system and...check your LAN is working properly..
        then type the address bar like..this...
        10.1.1.50:8080/Project
        (eg: ip:8080/folder )

        Comment

        • harini0590
          New Member
          • Apr 2012
          • 19

          #5
          Thanks for all..

          how can i access my project in the system which is not in that LAN..

          like when it is a server machine..

          from that server there is connection to many other LAN's..

          my question is whether it is possible to access my project in One LAN to other LAN..
          if so, give me the ideas..

          Comment

          • Rabbit
            Recognized Expert MVP
            • Jan 2007
            • 12517

            #6
            You need to forward port 80 to the internal lan ip. From outside the lan, they will access the site from the external ip.

            Comment

            Working...