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
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.
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
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
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/(.*)([
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
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/