Apache – How do I redirect a path to another path on another domain for only a given domain?
I would like to redirect myname.me/a-path to blog.myname.com/this-path/. The directory that serves myname.me also serves myname.com. I do not want myname.com/a-path to redirect to blog.myname.com/this-path/. I have tried several things with mod_rewrite and most recently have tried the following. RewriteCond…