RewriteEngine ON RewriteCond %{HTTP_HOST} ^www.y.com$ [OR] RewriteCond %{REQUEST_URI} ^/$ RewriteRule ^(.*)$ http://www.y.com/folder [R=301,L]