Re: site layout

2004-12-15 Thread Arshavir Grigorian
Michael Peters wrote: Arshavir Grigorian wrote: Hi, I have a module called Application that pretty much acts as a dispatcher and handles the root URI of my application. The problem is the images that I would like to put under the same URI path, but can't do because I don't know how to return the

Re: site layout

2004-12-15 Thread Michael Peters
Arshavir Grigorian wrote: Hi, I have a module called Application that pretty much acts as a dispatcher and handles the root URI of my application. The problem is the images that I would like to put under the same URI path, but can't do because I don't know how to return the request back to Apach

site layout

2004-12-15 Thread Arshavir Grigorian
Hi, I have a module called Application that pretty much acts as a dispatcher and handles the root URI of my application. The problem is the images that I would like to put under the same URI path, but can't do because I don't know how to return the request back to Apache from Application when th