Hacker News new | ask | show | jobs
by storborg 4206 days ago
There are two advantages to using www.* for a main web site.

1. As luaks points out, you can use a CNAME to alias just the webserver, without affecting MX configuration, etc.

2. You can have use alternate subdomains (like static.example.com or cdn.example.com) for handling static content and prevent cookies from being sent with those HTTP requests. This is a slight performance gain.

1 comments

Good summary. I tended to go without the www. Now I'm not so sure anymore.