How can I put my WAMP server online to access my localhost projects through Internet?





.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















I would like to put my WAMP server online so that my localhost projects could be accessed through Internet. I tried and followed various tutorials on the web but nothing worked for me. I also went through with How to put online your WampServer but it also didn't work for me. I have already done "Put Online" in WAMP tray icon. I am running Windows 7 SP 1 Ultimate. I don't have any wireless router.



I am accessing Internet using hotspot of my smartphone. I remember when I had have Windows XP SP3 and old version of WAMP (I think WAMP5 1.7.4) then it was very easy to put server online. I used to get my IP address. Put server online. And then could access my localhost through Internet by using the same IP. There is nothing to deal with port forwarding thing.



I guess do I need to do something with port forwarding. But as per my condition (Win7, WAMP 2.5, Mobile Intenet, No rounter), what settings or configuration I need to do to access localhost through Internet? Can anyone explain in simple words and could provide me working solution? Thanks.










share|improve this question





























    0















    I would like to put my WAMP server online so that my localhost projects could be accessed through Internet. I tried and followed various tutorials on the web but nothing worked for me. I also went through with How to put online your WampServer but it also didn't work for me. I have already done "Put Online" in WAMP tray icon. I am running Windows 7 SP 1 Ultimate. I don't have any wireless router.



    I am accessing Internet using hotspot of my smartphone. I remember when I had have Windows XP SP3 and old version of WAMP (I think WAMP5 1.7.4) then it was very easy to put server online. I used to get my IP address. Put server online. And then could access my localhost through Internet by using the same IP. There is nothing to deal with port forwarding thing.



    I guess do I need to do something with port forwarding. But as per my condition (Win7, WAMP 2.5, Mobile Intenet, No rounter), what settings or configuration I need to do to access localhost through Internet? Can anyone explain in simple words and could provide me working solution? Thanks.










    share|improve this question

























      0












      0








      0








      I would like to put my WAMP server online so that my localhost projects could be accessed through Internet. I tried and followed various tutorials on the web but nothing worked for me. I also went through with How to put online your WampServer but it also didn't work for me. I have already done "Put Online" in WAMP tray icon. I am running Windows 7 SP 1 Ultimate. I don't have any wireless router.



      I am accessing Internet using hotspot of my smartphone. I remember when I had have Windows XP SP3 and old version of WAMP (I think WAMP5 1.7.4) then it was very easy to put server online. I used to get my IP address. Put server online. And then could access my localhost through Internet by using the same IP. There is nothing to deal with port forwarding thing.



      I guess do I need to do something with port forwarding. But as per my condition (Win7, WAMP 2.5, Mobile Intenet, No rounter), what settings or configuration I need to do to access localhost through Internet? Can anyone explain in simple words and could provide me working solution? Thanks.










      share|improve this question














      I would like to put my WAMP server online so that my localhost projects could be accessed through Internet. I tried and followed various tutorials on the web but nothing worked for me. I also went through with How to put online your WampServer but it also didn't work for me. I have already done "Put Online" in WAMP tray icon. I am running Windows 7 SP 1 Ultimate. I don't have any wireless router.



      I am accessing Internet using hotspot of my smartphone. I remember when I had have Windows XP SP3 and old version of WAMP (I think WAMP5 1.7.4) then it was very easy to put server online. I used to get my IP address. Put server online. And then could access my localhost through Internet by using the same IP. There is nothing to deal with port forwarding thing.



      I guess do I need to do something with port forwarding. But as per my condition (Win7, WAMP 2.5, Mobile Intenet, No rounter), what settings or configuration I need to do to access localhost through Internet? Can anyone explain in simple words and could provide me working solution? Thanks.







      wireless-networking router localhost






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Aug 13 '15 at 14:59









      user3779493user3779493

      13127




      13127






















          2 Answers
          2






          active

          oldest

          votes


















          0














          I'm assuming the phone is creating a LAN when you say you are creating an hotspot with it, so you do have a router it's your phone.



          In simple words you need to do two things.





          1. make the web service accessible from your LAN
            You can check this by using another device connected to the hotspot, and trying to access


          <private IP address of server>:<port used by the server>,



          ex 192.168.1.3:8080





          1. check your hotspot is redirecting the traffic from "the outside" to your local server. This is the tricky part, it's going to depend on your mobile phone etc


          If using a android phone mabe check this out:
          link to google play



          Then check from another device connected to the internet:



          <public IP address>:<Public Port configured to be forwarded>,






          share|improve this answer
























          • oh its seems to be too complicated for me. not following it properly. sorry!

            – user3779493
            Aug 14 '15 at 14:57











          • Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

            – fedesismo
            Aug 16 '15 at 9:33













          • Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

            – user3779493
            Aug 17 '15 at 5:57











          • An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

            – fedesismo
            Aug 17 '15 at 14:31











          • I tried but I'm getting "Unable to connect" in Firefox.

            – user3779493
            Aug 17 '15 at 17:34



















          0














          For Wamp 3 (Apache 2.4), besides putting the server online as described here, if you still get 403 (Access Denied) response from Apache, then in the Virtual Hosts file conf/extra/httpd-vhosts.conf

          you might need to replace



          Require local


          with



          Require all granted





          This is applicable if in httpd.conf you have



          Include conf/extra/httpd-vhosts.conf





          share|improve this answer
























          • But I am using WampServer2.5

            – user3779493
            Jul 11 '17 at 4:31












          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "3"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














          draft saved

          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f956588%2fhow-can-i-put-my-wamp-server-online-to-access-my-localhost-projects-through-inte%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          2 Answers
          2






          active

          oldest

          votes








          2 Answers
          2






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          I'm assuming the phone is creating a LAN when you say you are creating an hotspot with it, so you do have a router it's your phone.



          In simple words you need to do two things.





          1. make the web service accessible from your LAN
            You can check this by using another device connected to the hotspot, and trying to access


          <private IP address of server>:<port used by the server>,



          ex 192.168.1.3:8080





          1. check your hotspot is redirecting the traffic from "the outside" to your local server. This is the tricky part, it's going to depend on your mobile phone etc


          If using a android phone mabe check this out:
          link to google play



          Then check from another device connected to the internet:



          <public IP address>:<Public Port configured to be forwarded>,






          share|improve this answer
























          • oh its seems to be too complicated for me. not following it properly. sorry!

            – user3779493
            Aug 14 '15 at 14:57











          • Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

            – fedesismo
            Aug 16 '15 at 9:33













          • Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

            – user3779493
            Aug 17 '15 at 5:57











          • An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

            – fedesismo
            Aug 17 '15 at 14:31











          • I tried but I'm getting "Unable to connect" in Firefox.

            – user3779493
            Aug 17 '15 at 17:34
















          0














          I'm assuming the phone is creating a LAN when you say you are creating an hotspot with it, so you do have a router it's your phone.



          In simple words you need to do two things.





          1. make the web service accessible from your LAN
            You can check this by using another device connected to the hotspot, and trying to access


          <private IP address of server>:<port used by the server>,



          ex 192.168.1.3:8080





          1. check your hotspot is redirecting the traffic from "the outside" to your local server. This is the tricky part, it's going to depend on your mobile phone etc


          If using a android phone mabe check this out:
          link to google play



          Then check from another device connected to the internet:



          <public IP address>:<Public Port configured to be forwarded>,






          share|improve this answer
























          • oh its seems to be too complicated for me. not following it properly. sorry!

            – user3779493
            Aug 14 '15 at 14:57











          • Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

            – fedesismo
            Aug 16 '15 at 9:33













          • Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

            – user3779493
            Aug 17 '15 at 5:57











          • An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

            – fedesismo
            Aug 17 '15 at 14:31











          • I tried but I'm getting "Unable to connect" in Firefox.

            – user3779493
            Aug 17 '15 at 17:34














          0












          0








          0







          I'm assuming the phone is creating a LAN when you say you are creating an hotspot with it, so you do have a router it's your phone.



          In simple words you need to do two things.





          1. make the web service accessible from your LAN
            You can check this by using another device connected to the hotspot, and trying to access


          <private IP address of server>:<port used by the server>,



          ex 192.168.1.3:8080





          1. check your hotspot is redirecting the traffic from "the outside" to your local server. This is the tricky part, it's going to depend on your mobile phone etc


          If using a android phone mabe check this out:
          link to google play



          Then check from another device connected to the internet:



          <public IP address>:<Public Port configured to be forwarded>,






          share|improve this answer













          I'm assuming the phone is creating a LAN when you say you are creating an hotspot with it, so you do have a router it's your phone.



          In simple words you need to do two things.





          1. make the web service accessible from your LAN
            You can check this by using another device connected to the hotspot, and trying to access


          <private IP address of server>:<port used by the server>,



          ex 192.168.1.3:8080





          1. check your hotspot is redirecting the traffic from "the outside" to your local server. This is the tricky part, it's going to depend on your mobile phone etc


          If using a android phone mabe check this out:
          link to google play



          Then check from another device connected to the internet:



          <public IP address>:<Public Port configured to be forwarded>,







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Aug 14 '15 at 8:25









          fedesismofedesismo

          1716




          1716













          • oh its seems to be too complicated for me. not following it properly. sorry!

            – user3779493
            Aug 14 '15 at 14:57











          • Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

            – fedesismo
            Aug 16 '15 at 9:33













          • Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

            – user3779493
            Aug 17 '15 at 5:57











          • An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

            – fedesismo
            Aug 17 '15 at 14:31











          • I tried but I'm getting "Unable to connect" in Firefox.

            – user3779493
            Aug 17 '15 at 17:34



















          • oh its seems to be too complicated for me. not following it properly. sorry!

            – user3779493
            Aug 14 '15 at 14:57











          • Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

            – fedesismo
            Aug 16 '15 at 9:33













          • Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

            – user3779493
            Aug 17 '15 at 5:57











          • An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

            – fedesismo
            Aug 17 '15 at 14:31











          • I tried but I'm getting "Unable to connect" in Firefox.

            – user3779493
            Aug 17 '15 at 17:34

















          oh its seems to be too complicated for me. not following it properly. sorry!

          – user3779493
          Aug 14 '15 at 14:57





          oh its seems to be too complicated for me. not following it properly. sorry!

          – user3779493
          Aug 14 '15 at 14:57













          Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

          – fedesismo
          Aug 16 '15 at 9:33







          Ok no problem. Start telling me about your phone's hotspot. How are you sharing your phone's internet connection ? Did you create a WiFi hotspot with your phone, it's a direct USB connection or Bluetooth ? @user3779493

          – fedesismo
          Aug 16 '15 at 9:33















          Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

          – user3779493
          Aug 17 '15 at 5:57





          Its a smartphone. I am accessing phone's Internet by hotspot wi-fi tethering.

          – user3779493
          Aug 17 '15 at 5:57













          An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

          – fedesismo
          Aug 17 '15 at 14:31





          An android smarphone? Then your phone does create a LAN on the WIFI network, the phone acts also as your router. Try step 1 using a 3rd device (another phone, tablet or computer) connected to that same hotspot and try to connect to your website using the local ip address and port on a webrowser (you can get the local IP address of your server with an ipconfig command on a windows terminal)

          – fedesismo
          Aug 17 '15 at 14:31













          I tried but I'm getting "Unable to connect" in Firefox.

          – user3779493
          Aug 17 '15 at 17:34





          I tried but I'm getting "Unable to connect" in Firefox.

          – user3779493
          Aug 17 '15 at 17:34













          0














          For Wamp 3 (Apache 2.4), besides putting the server online as described here, if you still get 403 (Access Denied) response from Apache, then in the Virtual Hosts file conf/extra/httpd-vhosts.conf

          you might need to replace



          Require local


          with



          Require all granted





          This is applicable if in httpd.conf you have



          Include conf/extra/httpd-vhosts.conf





          share|improve this answer
























          • But I am using WampServer2.5

            – user3779493
            Jul 11 '17 at 4:31
















          0














          For Wamp 3 (Apache 2.4), besides putting the server online as described here, if you still get 403 (Access Denied) response from Apache, then in the Virtual Hosts file conf/extra/httpd-vhosts.conf

          you might need to replace



          Require local


          with



          Require all granted





          This is applicable if in httpd.conf you have



          Include conf/extra/httpd-vhosts.conf





          share|improve this answer
























          • But I am using WampServer2.5

            – user3779493
            Jul 11 '17 at 4:31














          0












          0








          0







          For Wamp 3 (Apache 2.4), besides putting the server online as described here, if you still get 403 (Access Denied) response from Apache, then in the Virtual Hosts file conf/extra/httpd-vhosts.conf

          you might need to replace



          Require local


          with



          Require all granted





          This is applicable if in httpd.conf you have



          Include conf/extra/httpd-vhosts.conf





          share|improve this answer













          For Wamp 3 (Apache 2.4), besides putting the server online as described here, if you still get 403 (Access Denied) response from Apache, then in the Virtual Hosts file conf/extra/httpd-vhosts.conf

          you might need to replace



          Require local


          with



          Require all granted





          This is applicable if in httpd.conf you have



          Include conf/extra/httpd-vhosts.conf






          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jun 22 '17 at 10:13









          Alex PandreaAlex Pandrea

          1012




          1012













          • But I am using WampServer2.5

            – user3779493
            Jul 11 '17 at 4:31



















          • But I am using WampServer2.5

            – user3779493
            Jul 11 '17 at 4:31

















          But I am using WampServer2.5

          – user3779493
          Jul 11 '17 at 4:31





          But I am using WampServer2.5

          – user3779493
          Jul 11 '17 at 4:31


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Super User!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f956588%2fhow-can-i-put-my-wamp-server-online-to-access-my-localhost-projects-through-inte%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          If I really need a card on my start hand, how many mulligans make sense? [duplicate]

          Alcedinidae

          Can an atomic nucleus contain both particles and antiparticles? [duplicate]