RichTW wrote:
Yeah, well that's fair comment... I guess we see it from totally different angles, as my internet use rarely goes even as far as ftp,
I've always considered IRC to be the real internet frontier. That's where all the sex, violence, viruses etc. are just a channel away from a load of genuinely nice ppl. I definitely learned a lot more about the internet when I started hanging out there, years back.
RichTW wrote:
whilst you're one of these all-powerful sysadmin god-types

hahaha. no, I'm just marginally less lazy than DaveM when it comes to poking the right things that have broken.

RichTW wrote:
I guess all I was trying to say is that, if you visit the website of just about any well-known company, their nameserver* is configured to redirect the base domain to the www-prefixed one - presumably because it's assumed that most users are likely to want to access the website over any other service.
Indeed - I'd suggest that that practice really began as a marketing convenience, as ppl wanted to make their URLs as small as possible. And, that's fine, you're right that the website is usually the primary server (certainly in our case) - but I don't think that means it should necessarily replace the www. option completely. In our case, I'm only not going out of our way to do it, because our hosting guys do a /lot/ for us already - so I think it fair to only bother them when we have essential stuff that needs doing. In practice, some webapps also need to know what URL is being used in their config, so were I to get it done I'd be asking for them to make retrosoftware.co.uk a CNAME for
www.retrosoftware.co.uk in the DNS rather than the webserver config, but I really don't see a major need for it atm.
RichTW wrote:
Then, out of curiosity, I visited a few other institutions - some universities and other places of academia, government domains etc - and found that many more require the www prefix to access their website.
So, uhmmm, yeah, I rescind my previous comments

Good practice would be to redirect to the www version, I feel. Typing google.co.uk, for instance, will load the
www.google.co.uk site. That's how we'd do it, if I were to bother our hosters.
RichTW wrote:
* I may be talking bobbins here
It can be done either by DNS or the webserver but the former is more common, so you're most likely correct in the majority of cases.
Sam.