Re: Regex Help with Mod Rewrite

2007-08-21 Thread Ross Heritage
Hi Soumya, Yep, for the future you probably want the user support list ( http://httpd.apache.org/lists.html#http-users). However, to be helpful I think the answers to your questions would be 1) Apache 1.3 uses POSIX based regular expressions, and apache 2.x uses the PCRE library, so they're perl

Re: Regex Help with Mod Rewrite

2007-08-21 Thread Ray Morris
RewriteCond %{QUERY_STRING} ^(rain|spain|plain|,)+$ For a full explanation of what regex features are and are not available, see the first result: http://www.google.com/search?q=mod_rewrite&sourceid=mozilla&start=0&start=0&ie=utf-8&oe=utf-8 -- Ray B. Morris [EMAIL PROTECTED] Strongbox - The ne

Re: Regex Help with Mod Rewrite

2007-08-21 Thread David Wortham
Soumya, This is, in fact, not the correct place to ask such a question. I would direct you to an Apache administrators forum or perhaps try searching the web or message boards/forums/groups for "mod_rewrite help". www.RegularExpressions.info is always a good place to start for help with specif

Regex Help with Mod Rewrite

2007-08-21 Thread Soumya Sanyal
Hello, This might not be the most appropriate forum to field this question - but I'm having serious issues with the formulation of a regex for Mod Rewrite. I actually have a couple of questions to ask : 1> What is particular flavor of the regex engine being used by Mod Rewrite - there are ever so