Re[2]: Newbie advice required [some further info]

2003-02-05 Thread Seldo
On 06 February 2003, Stas Bekman wrote: SB> Have you configured your server to run .php files by php? >From httpd.conf: AddType application/x-httpd-php .php (which is a yes as far as I'm concerned, but taking no chances...) SB> Does a request to /bob.php works fine if requested directly (when

Re: Newbie advice required [some further info]

2003-02-05 Thread Stas Bekman
Seldo wrote: I mentioned that I don't think there's a way to practically supply arbitrary data to Apache that looks like its coming from the filesystem. The other way I thought of is this: $r->uri() can map one URI to another. This means that a request to www.mydomain.com/app1/site/page.p

Re[3]: Newbie advice required [some further info]

2003-02-05 Thread Seldo
I mentioned that I don't think there's a way to practically supply arbitrary data to Apache that looks like its coming from the filesystem. The other way I thought of is this: $r->uri() can map one URI to another. This means that a request to www.mydomain.com/app1/site/page.php could be re