At the risk of becoming too technical, here goes.
In the html img-tag instead of using src with a relative path to the content, i use call on a showimage.php file with GET variables. Essentially, you make a GET request to that php file.
This file looks at the GET vars, process them and picks up the image from a directory on the server outside the htdocs so to speak.
The script then outputs the image to browser.
But now im wondering if perhaps im shooting myself in the legg with this setup as google cant index content relative images from my site.
|