301 Redirect and DNS change

05/24/2012 10:34 milahenner#1
What is the different between 301 Redirect and DNS change, becuase i want to redirect my url to nonwww to www.
05/24/2012 16:13 マルコ#2
if you redirect your page via .htaccess or header or...
your browser does this:
check DNS->goto URL(redirected)->goto URL(get homepage)

if you change the DNS:
check DNS->goto URL(get homepage)

that's about the difference.

So you want to force a "www." before your domain?