I want to make sure Google views the domain name with the 'www'
I was told to use this:
RewriteEngine On
RewriteCond %{HTTP_HOST} !^www\.
RewriteRule ^(.*)$ http://www.%{HTTP_HOST}/$1 [R=301,L]
Does the storefront have a config setting to do this?
Thanks,
Marc