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?

link|improve this question

54% accept rate
feedback

2 Answers

Here's one. You can also use a regex tester like this one, or this one.

link|improve this answer
The first link does not support RewriteCond right now :-( – docgnome Jan 26 '10 at 19:08
feedback

What you can do is to just set up development Apache and use RewriteLog, and set RewriteLogLevel high (above 3).

link|improve this answer
This can be only be set in the context of server config and virtual host. – DrDol Sep 25 '10 at 10:11
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.