Hi
I have an old path which i no longer use
http://static.yourdomain.com/images/button_high.gif
instead i now use
http://www.yourdomain.com/banners/voteforus/88x53-default.gif
using htaccess is there a way to redirect anyone linking to the old image to the new path instead
Cheers
RewriteRule ^images/button_high.gif$ http://www.yourdomain.com/new/path [R=301]
Hi,
I tryied that. And the website showing the old image with path still doesnt work.
still having the problem. anyone else have a suggestion?
solved
Care to share the solution for others?