What do I place in my .htaccess file to redirect all pages related to a subdomain to it's parent domain.
So basically all pages related to
http://products.example.com redirects
to
http://example.com
I need ALL pages that are related to the subdomain to redirect to the root domain.
Example:
http://products.example.com/page1 http://products.example.com/anotherpage http://products.example.com/somepagename etc..
All go to http://www.example.com