RewriteEngine on RewriteCond %{HTTP_HOST} ymagento.com [NC] RewriteRule (.*) http://www.ymagento.com/blog/$1 [L,R=301] RewriteCond %{HTTP_HOST} www.ymagento.com [NC] RewriteRule (.*) http://www.ymagento.com/blog/$1 [L,R=301]