> An alternative would be to use mod_rewrite on the server and rewrite all > requests for xxx.com to www.xxx.com, but I haven't got around to this > yet, hopefully it will be a simple thing.
easy to do for http servers, several people have sent the rewrite snippets. not really possible for ssl though. apache can't re-write until after it presents a cert, so if a users goes to https://xxx.com, they'd get an error, then be re-directed to the more proper https://www.xxx.com seph