Xampp 1.7.1 connect from other computer
I am running windows server 2008 r2 and xampp 1.7.1
I managed to setup a webengine 1.0.7 pl1 website, but I can only access it through localhost (127.0.0.1)
Can anyone give me a step by step guide how to make it so other people can access my website by using my IP or domain (I parked the domain to my ip with my registrar)
Any help is highly appreciated!
Re: Xampp 1.7.1 connect from other computer
u just need to open port 80 if i understood correctly, ? :O
Re: Xampp 1.7.1 connect from other computer
Its not working for some reason :O error 404, I am having my hosting look into this, I think they will configure everything for me
Re: Xampp 1.7.1 connect from other computer
Defonatly sounds like port fail... If your running on wireless , it can be stupid so get a cable ..
Windows + R , Type cmd , Press Enter , Type ipconfig , write down IPv4 address and default gateway.
goto browser and insert the default gateway ip , press enter
Access your router with username and password usually admin admin,
find NAT and Virtual Servers or Portforwarding (usually in advanced )
Add Port 80 , UDP/TCP , Set the IP to your IPv4 Address. Save
goto http://www.canyouseeme.org/ write in port to check: 80 , [ Check Port ]
If green try access the website through your global ip again through another computer.
(make sure your writing the correct numbers >.> use ip from http://cmyip.com
Re: Xampp 1.7.1 connect from other computer
Quote:
Originally Posted by
kubaa1
Its not working for some reason :O error 404, I am having my hosting look into this, I think they will configure everything for me
depends on hosting so ask them or u can try higher version of xampp or another apache version if its webhost etc, im not sure.
Re: Xampp 1.7.1 connect from other computer
Quote:
Originally Posted by
kittrika
Defonatly sounds like port fail... If your running on wireless , it can be
stupid so get a cable ..
Windows + R , Type cmd , Press Enter , Type ipconfig , write down
IPv4 address and
default gateway.
goto browser and insert the default gateway ip , press enter
Access your router with username and password usually admin admin,
find
NAT and
Virtual Servers or
Portforwarding (usually in advanced )
Add Port 80 , UDP/TCP , Set the IP to your
IPv4 Address. Save
goto
http://www.canyouseeme.org/ write in port to check: 80 , [ Check Port ]
If green try access the website through your global ip again through another computer.
(make sure your writing the correct numbers >.> use ip from
http://cmyip.com
My hosting claims that port 80 is open on their side, I allowed it in the firewall too. I will try the port check, thanks!
Quote:
Originally Posted by
KarLi
depends on hosting so ask them or u can try higher version of xampp or another apache version if its webhost etc, im not sure.
Will webengine 1.0.7 pl1 work with latest xampp ?
EDIT: Both port 80 and 443 are open
EDIT: Webengine works with latest xamp, but I cant modify modules in the admin cp. So it can not be used.
Re: Xampp 1.7.1 connect from other computer
Re: Xampp 1.7.1 connect from other computer
Yes, we managed to fix it. Advice for anyone that localhost works but gets error 404 when connecting through domain or IP.
Make sure port 80 is not being used by anything else!! In my case it was SQL Reporting services, make sure to disable it.
Re: Xampp 1.7.1 connect from other computer
also disable World Wide Web Services if apache doesnt run, it helps everytime =]