in reply to (OT) mod_rewrite anyone?

Why are you still using mod_rewrite? I gave that up the moment I discovered I could use mod_perl to do it far easier and better, and with a real language, instead of a language involving yet another arcane syntax.

Just set up a PerlTransHandler that modifies the right strings, and you're done.

-- Randal L. Schwartz, Perl hacker

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119.

Replies are listed 'Best First'.
Re^2: (OT) mod_rewrite anyone?
by mrc (Sexton) on Sep 26, 2009 at 16:38 UTC
    Thanks for suggestion.