[SATLUG] Re: When rewrite doesn't

K. Spoon kell at spoonix.com
Fri Feb 2 13:41:34 CST 2007


On Fri, Feb 02, 2007 at 07:25:49AM -0600, David Kowis wrote:
> Perhaps you need to escape the /'s since it's a regular expression? Just
> a guess. Probably wrong since the first one worked.

Nah, /'s are just another character to the regex stuff in mod_rewrite.
They delimit with whitespace:

RewriteRule <match regex> <substitute regex> [flags]

-- 
K. Spoon <kell at spoonix.com>


More information about the SATLUG mailing list