I have indexed several images that I need to redirect using .htaccess
The old urls are like:
example.com/oscthumb.php?src=/images/3-A_in.jpg&w=960&h=647&f=jpg&q=95&hash=6b884jduhh3h8737h
and they have to become:
example.com/images/3-A_in.jpg
Images can have any image extensions and any file name. This part
oscthumb.php?src=/images/
is always the same.
I tried several options using .htaccess online testers but I'm unable to make it work.