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

Reply via email to