301 .htaccess redirect subdomain to domain
RewriteCond %{HTTP_HOST} www.subdomain.example.com$ [NC]
RewriteRule (.*) http://subdomain.example.com/ [R=301,L]
Related posts:
This entry was posted on Monday, November 23rd, 2009 at 10:50 pm and is filed under htaccess .