Best way is to create url rewrite.
Rewrite all .jpg .png .gif or any other formats ur using to the page. The page should somwhow contain img name.
For example yoursite.com/someimg.png to yoursite.com/custompage/someimg.png.
In the custom page url you make rewrite that everything after custompage/ goes into get parameter which is the path to the img and tgen in ur prog. Lng get the parameter and display img. Ofc u beed to prevent loops and exclude css images.
If u cant code if urself send me an email and I can do it for you.
|