Why won't my site load from one computer, but it will another?
Why won't my site load from one computer, but it will another?
Pretty vague title, but basically I can only get "my site" to load from one computer. I've purchased hosting and a domain name, set it all up, and there's nothing there yet, but the default directory browser thing shows up when I go to the url on my work computer, but from my home computer and a virtual machine it doesn't... what should I look at to troubleshoot? Everything else works fine from home, so I wouldn't think it would be a router issue or anything like that.
Thoughts?
UPDATE: It works from my work computer, and a friend of mine's computer at her house, but not on my PC or laptop... I've tried rebooting, unplugging cable modem and router and plugging them back in, dnsflush, turning windows firewall off, and everything i can think of... i don't have any idea what to do now
UPDATE: This is interesting... when I tracert from my computer it stops and gives Request Time Out one hop before getting to the actual web server. When I do the tracert using dnsstuff.com, it makes the hop just fine and shows the web server on there... I don't get it.
Answer by cmroanirgo for Why won't my site load from one computer, but it will another?
DNS can take time to kick in. 36hrs is worst case scenario
Answer by Noon Silk for Why won't my site load from one computer, but it will another?
Check out:
ipconfig /flushdns
. Answer by Andrew Keith for Why won't my site load from one computer, but it will another?
use a bottom up approach to find the problem. First verify the network in this sequence.
1) Check your physical connection is working (duh, should be). Check your arp table for any problems. Better still, just flush it with arp -d *
2) Check if your route is working to the destination. traceroute to the destination. Are there any difference ? Any routers in the middle routing differently ?
3) Check if the transport is working. Check your firewall, intruder detector or any other transport level service to verify you can indeed send a TCP packet on port 80 to your destination.
If all pass, then i am stumped ..
Answer by JRL for Why won't my site load from one computer, but it will another?
Try using IE instead of Firefox and see if it makes a difference, or vice versa.
Answer by Ian for Why won't my site load from one computer, but it will another?
I had a similar issue. Turns out I had overridden the IP address in my hosts file (which is why it only had issues on one computer). On a mac /etc/hosts, on PC \system32\drivers\etc\hosts
You'll need admin privileges to change the file sudo vim /etc/hosts (or nano or some other editer) or open the hosts file on windows by first opening notepad as an administrator then navigating to the file location (choose the option to view all files, not just text files).
I had something like this in my hosts file:
104.200.18.XXX mywebsite.com www.mywebsite.com
I did a traceroute to my website and it displayed the incorrect IP address which is how I realized I had changed my hosts file.
Just remove the whole line and save.
Fatal error: Call to a member function getElementsByTagName() on a non-object in D:\XAMPP INSTALLASTION\xampp\htdocs\endunpratama9i\www-stackoverflow-info-proses.php on line 72
0 comments:
Post a Comment