maybe there is a trivial solution but I have not found it. when I type an intranet url such as http://name/path Firefox replaces it with http://www.name.com/path and reports an error saying that it cannot find this server. how can I stop it from being so "smart"?
|
feedback
|
migrated from stackoverflow.com Sep 10 '10 at 16:46
This question came from our site for professional and enthusiast programmers.
(I see I also have | ||||
|
feedback
|
|
Try to ping the server name, so you will be sure that This behavior gets done when a | |||
|
feedback
|
|
This is most likely due to the host not being available in your DNS system. It looks like your example of http://name/path is to a local server name, possibly in your local network. Perhaps you are missing the local network in your DNS search "suffixes" or from /etc/resolv.conf on unix. Try using the FQDN (Fully Qualified Domain Name) for the host, if that works, ensure you have the appropriate DNS search suffixes defined in your network configuration. Hope this helps for you. | |||
|
feedback
|
http://? If so, then folks below referring to DNS are probably right. But when not including thathttp://then what if you add that yourself? – Arjan Sep 10 '10 at 17:21