I want to test the effects of mine RewriteRulewithout experiencing problems with configuring vhost RewriteLogand throwing URLs in the browser (or curlthem).
But I do not just want to check for regular expressions. I want my URLs to actually go through the Apache mod_rewrite stack, and I want to see the answer that comes out of it.
Surprisingly, if I could get some traces, which rules acted on the URL, in what order and what were the intermediate results. (I think most of this appears in the rewrite log, but I wanted to avoid this setting)
Is there any tool for this?
I am sure that it cannot handle RewriteConds, since they usually rely on request headers and something else.
source
share