Re: [EMAIL PROTECTED] making script parameters look like folders

2007-03-15 Thread Sam Carleton
Nick, Thank you for the reply. Please allow me to give you a bit more info about what exactly I am doing: I am writing a kiosk software package that has a GUI app as the front end for the operator to use and apache is serving up the pages to the web browser clients. The main things being serve

Re: [EMAIL PROTECTED] making script parameters look like folders

2007-03-15 Thread Nick Kew
On Wed, 14 Mar 2007 23:27:05 -0400 "Sam Carleton" <[EMAIL PROTECTED]> wrote: > My final objective is this: I am serving up images that the server is > creating dynamically, but I want a reverse proxy to THINK they are > static images. I figure if I take this approach the proxy will assume > it

[EMAIL PROTECTED] making script parameters look like folders

2007-03-14 Thread Sam Carleton
I recall seeing some where, long ago, that apache can be configured to convert folders into parameters for a script, so that rather then having say: getImage.php?id=42 You could have something like: getimage/42 or maybe it was getimage/id/42 My final objective is this: I am serving up image