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?
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.
It's a good online tool unless you're looking to do stuff with a query string
I found this excellent tool for creating and testing regular expressions... http://www.gskinner.com/RegExr/ Good luck.