I am trying to create a redirection when someone hotlinks images in one directory on my site. If someone hotlinks an image, I want to redirect them to a corresponding image (same file name) in a different directory.
If someone hotlinks:
www.mydomaoin.com/PlayImages/Basic/Embedded/{ImageName.gif}
I want it to redirect to:
www.mydomaoin.com/PlayImages/Basic/Shared/{ImageName.gif}
Thoughts?