Thread: "Newbie" Error
View Single Post
  #14 (permalink)  
Old 05-24-2008, 12:11 AM
edhan's Avatar
edhan edhan is offline
WebProWorld Veteran
 
Join Date: Aug 2003
Location: Singapore
Posts: 701
edhan RepRank 3edhan RepRank 3
Default Re: "Newbie" Error

I am using this to redirect for my blog that is in the root directory using .htaccess method.

RewriteCond %{HTTP_HOST} ^mysite.com
RewriteRule (.*) http://www.mysite.com [R=301,L]

Hope this helps.
Reply With Quote