Help! Redirect subdomain to domain
- SEO |
I need help with htaccess redirection code. I want to redirect all mail.domain.com/blog (and all internal pages) to www.domain.com/blog.
also mail.domain.com/gift (and all internal pages) to www.domain.com/gift.
I currently have a redirection code which is only redirecting mail.domain.com to www.domain.com. But this is not redirecting some of my subpages like the ones above.
mail subdomain is a virtual domain created by cpanel, so i cannot insert any codes in the root of the subdomain.
Help will be much appreciated.
Thanks
===
current code used
RewriteEngine on
RewriteCond %{http_host} !^www.example.com$ [nc]
RewriteRule ^(.*)$ IANA — Example domains [r=301,nc,L]
Professional licensing for a variety of careers now available at License Butler.
Professional licensing for a variety of careers now available at License Butler.