in order to have a redirect to www automatically place this in your .htaccess
<code>RewriteCond %{HTTP_HOST} ^mysite\.com
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L]</code>
in order to have a redirect to www automatically place this in your .htaccess
<code>RewriteCond %{HTTP_HOST} ^mysite\.com
RewriteRule ^(.*)$ http://www.mysite.com/$1 [R=permanent,L]</code>