Hello,
i am running a site consisting mainly of images . the problem im facing is high traffic loads sometimes from social networks on image links directly like : /i/image_123232.jpg instead of the image page.
I have developed teh site in a way to use same image name as teh url of image page.
For examples the image
/i/image_123456.jpg
will have page
/pic/123456
is there a possible redirect im the htaccess that i can redirect the traffic on the images to the image pages instead.
like traffic to : /i/image_12324353.jpg => /pic/12324353
Thx in advance:)