Re: http://domain.com issue, which should be http://www.domain.com
Thanks seiretto,
I think that I found what I was looking for. After do some more research I think that I found my answer. I have to place code in the .htaccess file so that it points it in the right direction. I just have to find time in my busy schedule to implement this.
If this doesn't look right please let me know.
RewriteEngine on
RewriteCond %{HTTP_HOST} ^DOMAIN\.com
RewriteRule (.*) http://www.DOMAIN.com/$1 [R=301,L]
__________________
Matthew Mraz
|