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