webserver - How can I reach my localhost over the web from outside local? i.e ip/page? -


i installed usbwebserver

everthing running, trying reach root page index.php?

i read possibly can , sorry still cant figure out how reach localhost

i reach page localhost:8080 , page want shows if replace ip:8080 not.

i trying reach page outside of local network.

i'm sorry, need provide separate answer reformatted question "down street" scenario. can troubleshoot few of issues you're having.

  1. isp's don't typically allow residential internet connections serve resources on port 8080, or 80. if configure computer needed, if you're on standard internet service provider they're blocking in middle if have punched holes local security in attempt serve assets on port 8080/80.
  2. assuming don't allow you're going have first configure outbound middleware(php in case) listen calls ip on different port. ( can in c:\wamp\ folder, in "wampserver" configuration file. here's walkthrough here: (http://forum.wampserver.com/read.php?2,13744)
  3. now, you're going have drop firewalls windows/ubuntu/macos providing on port. (this part you've rolled out red carpet hackers box(es) careful!) here's link short , sweet explanation on windows here: (http://yourbusiness.azcentral.com/turn-off-windows-firewall-19396.html) note can open individual ports, don't have drop entire firewall.
  4. make sure have opened access folders/mysqldb's/resources outside requests (seriously, bad idea @home server if don't know you're doing)
  5. then figure out correct ip , correct port , give go! if still doesn't work can download program [wireshark] (https://www.wireshark.org/download.html) or [fiddler] (http://www.telerik.com/download/fiddler/fiddler2) debug inbound/outbound traffic , see machine's seeing before browser/server gives user visible information.
  6. one thing note, if amateur web developer homepage called "index.html" not "home.html" "home.html" works fine locally, internet browser engines default, "index.html"

lastly, , can't stress enough don't host through personal isp , serve files own machine. hosting through fatcow, or hostgator, or of other hosts dirt cheap , know far better or security.

that said, hope succeed in using answer, or @ least learning it. happy coding!


Comments

Popular posts from this blog

dns - How To Use Custom Nameserver On Free Cloudflare? -

python - Pygame screen.blit not working -

c# - Web API response xml language -