Re: [EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-28 Thread Michael Daly
On 28 Jun 2006 at 15:35, Joshua Slive wrote: > Then it is unlikely this is a PCRE issue. I really don't know what > the problem here is, although I'd suggest posting the whole RewriteLog with > loglevel 9 for a request, just for interest sake. I got it figured out. It looks like mod_rewrite is

Re: [EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-28 Thread Joshua Slive
On 6/28/06, Michael Daly <[EMAIL PROTECTED]> wrote: On 28 Jun 2006 at 10:39, Joshua Slive wrote: > Can you verify if you get the same result if you put that regex on its own > in a RewriteRule (rather than in a big chain)? Interestingly, it works on its own, but not with the preceding rules.

Re: [EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-28 Thread Michael Daly
On 28 Jun 2006 at 10:39, Joshua Slive wrote: > Can you verify if you get the same result if you put that regex on its own > in a RewriteRule (rather than in a big chain)? Interestingly, it works on its own, but not with the preceding rules. I tried just the immediately preceding rule and cond an

Re: [EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-28 Thread Joshua Slive
On 6/27/06, Michael Daly <[EMAIL PROTECTED]> wrote: On 27 Jun 2006 at 16:45, Joshua Slive wrote: > On 6/26/06, Michael Daly <[EMAIL PROTECTED]> wrote: > > I'm trying to catch camelCase names. The mod_rewrite log file > > shows: > > > > RewriteCond: input='^/cgi-sys/cgiwrap/guille/wiki.pl/fooBar

Re: [EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-27 Thread Michael Daly
On 27 Jun 2006 at 16:45, Joshua Slive wrote: > On 6/26/06, Michael Daly <[EMAIL PROTECTED]> wrote: > > I'm trying to catch camelCase names. The mod_rewrite log file > > shows: > > > > RewriteCond: input='^/cgi-sys/cgiwrap/guille/wiki.pl/fooBar' > > pattern='^/cgi-sys/cgiwrap/guille/wiki.pl/(.*)([

Re: [EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-27 Thread Joshua Slive
On 6/26/06, Michael Daly <[EMAIL PROTECTED]> wrote: I'm trying to catch camelCase names. The mod_rewrite log file shows: RewriteCond: input='^/cgi-sys/cgiwrap/guille/wiki.pl/fooBar' pattern='^/cgi-sys/cgiwrap/guille/wiki.pl/(.*)([a-z])([A-Z])(.*)' => not-matched Testing at www.regular-expressi

[EMAIL PROTECTED] Mod-rewrite not finding text that is found by regex test site.

2006-06-26 Thread Michael Daly
I'm trying to catch camelCase names. The mod_rewrite log file shows: RewriteCond: input='^/cgi-sys/cgiwrap/guille/wiki.pl/fooBar' pattern='^/cgi-sys/cgiwrap/guille/wiki.pl/(.*)([a-z])([A-Z])(.*)' => not-matched Testing at www.regular-expressions.info/javascriptexample.html gives: %1=/cgi-sys/