NC 3.90

I need to get direct image link of a product by just knowing the product ID.

For example I type: mysite.com/image-of-product-65165 (this number is the product ID)

I want redirection to: mysite.com/content/images/thumbs/000/0006169_blue_shoes_550.jpeg (this is the main image of product with ID 65165)

So whenever I type in browser "/image-of-product-ID" it must redirect me to its product image link...

Do you have any ideas how to do this? Or maybe there are some ways to do this?

Thanks in advance!