Author |
|
skper12
Joined: 26 Jan 2020 Posts: 10 Location: Canada
|
Posted: Wed 12 May '21 2:55 Post subject: Website not showing up... |
|
|
instead my login and password screen of my router is showing up online. I type my website and it's not showing up.
What am I missing?
Thanks. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Wed 12 May '21 21:45 Post subject: |
|
|
Do you use an internal or an external IP to connect to your web server? If it is an internal IP, is it the correct one? |
|
Back to top |
|
skper12
Joined: 26 Jan 2020 Posts: 10 Location: Canada
|
Posted: Sat 15 May '21 6:18 Post subject: |
|
|
James Blond wrote:
Do you use an internal or an external IP to connect to your web server? If it is an internal IP, is it the correct one?
I tried it within my LAN, internal IP, sorry. I typed the website's address in the URL and my router's username and password screen comes up.
I also tried from external IP, but website is not showing up. Let me go over my Windows 10 firewall again. Sorry for the late reply. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Sat 15 May '21 18:10 Post subject: |
|
|
I can only assume that apache isn't running.
Please run cmd.exe as Adminstrator on the Computer with apache on it and run the following command.
Code: |
netstat -ano | findstr /R 0.0:80 && netstat -ano | findstr /R 0.0:443
|
|
|
Back to top |
|
Jan-E
Joined: 09 Mar 2012 Posts: 1266 Location: Amsterdam, NL, EU
|
Posted: Tue 18 May '21 23:54 Post subject: |
|
|
James Blond wrote: | Please run cmd.exe as Adminstrator on the Computer with apache on it and run the following command.
Code: |
netstat -ano | findstr /R 0.0:80 && netstat -ano | findstr /R 0.0:443
|
|
BTW: this will return nothing if Apache is listening on 127.0.0.1:80 and [::1]:80 |
|
Back to top |
|