I'm attempting to do the following
- redirect non-www to www (so example.com to www.example.com) to limit the amount of network traffic resulting from browsers sending cookies for images.
I know a 301 redirect is not advisable.
Is there a way to do this using cname dns?