How does Stack Overflow (and other web sites) remove the \'www\' prefix when it\'s entered as part of a URL?
Is it a redirect, a rewrite or something else entirely?<
redirect. the sub-domain "www.stackoverflow.com" would simply redirect to "stackoverflow.com".