Subdomain Me - add www with an A record
11–20 of 31 posts
Re: Subdomain Me - add www with an A record
#12If you have Godaddy, they allow you to forward your domain to www for free. I do that with my GAE apps.
Thanks, I didn't realize that. I've been using godaddy for eons and have looked for this feature on their confusing site before. I'll look again.
Re: Subdomain Me - add www with an A record
#13That's weird, I usually go the other way - I redirect the www to the naked domain.
Re: Subdomain Me - add www with an A record
#14That's weird, I usually go the other way - I redirect the www to the naked domain.
At least, that is what I use it for myself.
Re: Subdomain Me - add www with an A record
#15As clever as it is though, it serves no real world purpose, anyone clever enough to setup up their own domain will be able to set up a www subdomain, be it dns level or using a 301 redirect.
Re: Subdomain Me - add www with an A record
#16That's weird, I usually go the other way - I redirect the www to the naked domain.
Granted, you could use examplecdn.com or something, but then you have to register and manage more domains.
Re: Subdomain Me - add www with an A record
#17That's weird, I usually go the other way - I redirect the www to the naked domain.
I may be wrong here, but I think there's one good reason to use anything.example.com instead of example.com: with the naked domain, you can't have a separate domain for static assets which the client doesn't send the cookie to (for performance improvement). If you set a cookie with the domain example.com, it will still get sent to static.example.com. Granted, you could use examplecdn.com or something, but then you ha…
Re: Subdomain Me - add www with an A record
#18Re: Subdomain Me - add www with an A record
#19Re: Subdomain Me - add www with an A record
#20That's weird, I usually go the other way - I redirect the www to the naked domain.