I'm not quite sure if the answer to my question lies in the Apache or
PHP realm.
If I have a php script running on Apache which outputs a JPEG image
such as http://domain/get_image.php?id=15&size=thumb can I somehow
disguise it as http://domain/image15_thumb.jpg to allow browser
caching? I'm assuming the majority of people's browsers don't cache
images generated from scripts such as PHP? For this reason I would
imagine the solution would have to completely hide the 'real' URL?
On a related note how would I 'disguise'
http://domain/index.php?page=contact as http://domain/contact.htm to
allow indexing of each dynamic page in search engines?
Many thanks
Geoff
PHP realm.
If I have a php script running on Apache which outputs a JPEG image
such as http://domain/get_image.php?id=15&size=thumb can I somehow
disguise it as http://domain/image15_thumb.jpg to allow browser
caching? I'm assuming the majority of people's browsers don't cache
images generated from scripts such as PHP? For this reason I would
imagine the solution would have to completely hide the 'real' URL?
On a related note how would I 'disguise'
http://domain/index.php?page=contact as http://domain/contact.htm to
allow indexing of each dynamic page in search engines?
Many thanks
Geoff
Comment