tags:

views:

409

answers:

3

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?

+1  A: 

Hi,

I was looking for the same tool when I came across your post.

I then found this online tool: http://civilolydnad.se/projects/rewriterule/

Hope it helps. Cheers.

A: 

It's a good online tool unless you're looking to do stuff with a query string

John
A: 

I found this excellent tool for creating and testing regular expressions... http://www.gskinner.com/RegExr/ Good luck.

Agustin