RewriteEngine on RewriteCond %{HTTP_HOST} ^mydomain\.org RewriteRule (.*) http://www.mydomain.org/$1 [L,R=301]