Tag Archives: urls

Great tools for understanding, writing and testing mod_rewrite rules

I have been writing some new mod_rewrite rules for my Pixensity website. The following tools and reference articles have been very helpful. 1st. Mod rewrite generator: http://www.generateit.net/mod-rewrite/ 2nd. Test your RewriteRules for Apache mod_rewritehttp://martinmelin.se/rewrite-rule-tester/ 3rd. Mod_Rewrite and Regular Expressions Apache Web Server forum at WebmasterWorldhttp://www.webmasterworld.com/forum92/4332.htm   4th. Cool question and answer from stack overflow (not the top answer, but it worked better for me than the top answer) ([A-Za-z0-9-]+) …which matches letters and numbers. I would also like to match on dashes and