RewriteEngine On RewriteCond %{HTTP_HOST} ^domain\.(net|org|info)$ [NC] RewriteRule ^(.*)$ http://www.domain.com/$1 [R=301,L]