Hello,
I'm trying to redirect all traffic going to www.subdomain.mysite.com to subdomain.mysite.com so that people don't get a 404 error when they type out the full web address.
I was going to do this through .htaccess with a RedirectMatch command, as shown here: http://httpd.apache.org/docs/mod/mod_alias.html#redirectmatch
I'm not real good with regular expressions and can't seem to get it to work. Can someone please help me?
thanks,
run26