Holger Moser wrote:
Hi,
I have a question regarding request uri rewriting in an request_handler,
right now i do this by overwriting the "request_rec->uri" element which
works but leads to a second
call of my request handler (it seems that apache recognizes the change
and fires a new request with the rewritten uri) which wouldnt be a
problem if i could distinguish if its a request from a rewrite or a
"normal" one (and skip the handler if its a rewritten).
Thanks in advance,
Holger
set a variable in one of the the request_rec's sub process tables ?
just a thought! (That is what I do with a filter that calls a few sub
requests and imports bits and pieces of those requests into the current
page to be returned.)
Joe