Most banks and brokerages have wwws.bankname,etc. on the secure areas of their site.
My mistake! I just went to my bank’s site and the secure area began with “https.nameofbank.etc”, skipping the whole “www” altogether.
HTTPS is the secure protocol (HTTP with SSL), so any secure link should start with a protocol specification like https:// instead of the plain HTTP protocol spec http://. That means a secure link might be https://secure1.bankname.com/. There’s no reason why your bank couldn’t also assign the hostname “https” to the server running the secure site, but that would be a particularly braindead thing for an admin to do because it leads to URLs like https://https.bankname.com/. Any half-conscious usability reviewer should have gonged that.
What’s the reason some domains resolve without the “www” and some don’t? For example, “scalextric.co.uk” gives you a “directory listing denied” while “www.scalextric.co.uk” gives you their page. Why is this? Unless there’s a really good reason for it, it seems stupid as lazier websurfers will just assume the server’s down.
capn
Basically it’s all in how the owner of the domain wants to set up their name server. Some purists don’t believe it’s appropriate to have the basic domain name (scalextric.co.uk ) resolve to the web server. Some companies do other things with this name, such as make it the root server for determining permissions on employee accounts, which would usually keep it from answering web requests.
You’re right that it’s generally a good thing to anticipate as much as possible, but adding a www. to the major domain name to look for their website is a fairly easy convention. Why in particular would you expect there to be a domain at scalextric.co.uk ??
PS: Going back and reading the post, it seems to me that scalextric.co.uk may be a different website that doesn’t have a root page or index, such as a company intraweb or something of the sort. Authorized personnel have a bookmark for Scalextric Catalogue or something like that, but they keep scalextric.co.uk from resolving to anything to keep the curious out.
shrug.