View Single Post
  #5 (permalink)  
Old 10-30-2008, 03:40 PM
matthew mraz matthew mraz is offline
WebProWorld New Member
 
Join Date: Oct 2005
Location: Pittsburgh Pennsylvania
Posts: 15
matthew mraz RepRank 0
Default 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
Reply With Quote