I'd like to try redirecting/rewriting internal links to the www subdomain to go to a different subdomain. For example, let's say on my page I have a link written like this:
<a href="http://www.mydomain.com/">My Home Page</a>
Can I do something in the .htaccess file that will send the user instead to "http://sub.mydomain.com/" when the link is clicked? Thanks in advance for the help.
KN