I need a rewrite rule to change requests for a specific script on one domain and sub-domain to another domain and path:
or
to
I have other domains that share the same script directory as and www.domain.com. But I only want to redirect requests for and www.domain.com, not anything else!
Thanks in advance.