I control the website at URL#1. I do not control URL#X nor URL#Y. Both URL#X and URL#Y contain backlinks to URL#1. I want to redirect traffic that arrives from URL#X to URL#2. However, I do
not want to redirect traffic that arrives from URL#Y to URL#2. Is this possible?
In other words, simply adding the following to .htaccess will redirect all traffic from URL#X and URL#Y to URL#2. This is not what I want.
Redirect 301 URL#1 URL#2
Thank you for your help.