Re: [SMARTY-DEV] mod_rewrite
[email protected] (Martin Sarsale) Fri, 22 Apr 2005 11:32:23 -0300
| Newsgroups | php.smarty.dev |
|---|---|
| Message-ID | <[email protected]> |
> ok so regular expressions are a "dark art" to me..
Some tips:
1) Mastering Regular Expressions, from O'Reilly is -great-
2) you should try using regexplorer or kodos which will help you a lot
3) there're two great quotes on the mod_rewrite page
``The great thing about mod_rewrite is it gives you all
the configurability and flexibility of Sendmail. The downside to
mod_rewrite is that it gives you all the configurability and
flexibility of Sendmail.''
-- Brian Behlendorf
Apache Group
`` Despite the tons of examples and docs, mod_rewrite is
voodoo. Damned cool voodoo, but still voodoo. ''
-- Brian Moore
[email protected]