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
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
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