mod_rewrite statements can be hard to write and debug, therefore I need a lightweight online tool that enables me to test my RewriteCond
, RewriteRule
statements on the fly.
Any such tool?
mod_rewrite statements can be hard to write and debug, therefore I need a lightweight online tool that enables me to test my RewriteCond
, RewriteRule
statements on the fly.
Any such tool?
What you can do is to just set up development Apache and use RewriteLog
, and set RewriteLogLevel
high (above 3).