Tagged Questions
0
votes
1answer
87 views
Access xampp outside localhost
I have created a xampp page on Windows server 2008. I am successfully able to load the xampp page and other php pages that I have created using localhost:8080/.
Firstly : I want to know how can I ...
1
vote
2answers
284 views
LAN IP being appended with port from router's port forwarding after Wordpress install
I've never run across this before...
I've been messing with different apache servers at home while at work. Before I got the proxypass working, I needed to be able to hit server number two from ...
1
vote
2answers
2k views
URL to access webpage on Xampp?
I installed xampp and made sure config file listens to port 80. I forwarded the http port from the router to the correct computer ip. Now I am trying to access the index.html like this from another ...
0
votes
2answers
129 views
Correct URL to access webpage on xampp
I installed xampp and made sure config file listens to port 80.
I forwarded the http port from the router to the correct computer ip.
Now I am trying to access the index.html like this from another ...
1
vote
1answer
523 views
trying to access Google server on different ports
Why is that
http://www.google.com:443/
fails almost instantaneously, while
http://www.google.com:8080/
takes some more time before failing?
If there is no server on these ports, both the ...