RE: [analog-help] Regexp with FileAlias directive

2005-09-05 Thread Stephen Turner
Analog ALIASes are not the same as Perl s///. They replace the whole of the string, not just the matching part. -- Stephen Turner, Cambridge, UK http://homepage.ntlworld.com/adelie/stephen/ "Low Priced Cambridge Clare College. Big selection at eBay UK!" (Ad after Google search for Clare Col

RE: [analog-help] Regexp with FileAlias directive

2005-09-01 Thread CHASTAIN, TIGE \(CONTRACTOR\)
PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Jeremy Wadsack Sent: Wednesday, August 31, 2005 10:45 AM To: Support for analog web log analyzer Subject: Re: [analog-help] Regexp with FileAlias directive CHASTAIN, TIGE (CONTRACTOR) wrote: >The regular expression I'm using is: > >FILEA

Re: [analog-help] Regexp with FileAlias directive

2005-08-31 Thread Jeremy Wadsack
CHASTAIN, TIGE (CONTRACTOR) wrote: The regular expression I'm using is: FILEALIAS REGEXPI:/portal/server.pt/gateway/PTARGS_([^_]+?)_([^_]+?)_([^_]+?)_([^_]+?)_([^_]+?)_([^_]+?)/ "/portal/server.pt/gateway/PTARGS_0_0_$3_$4_0_$6/" I've tested the regular expression in perl and it works as ex

[analog-help] Regexp with FileAlias directive

2005-08-30 Thread CHASTAIN, TIGE \(CONTRACTOR\)
I'm trying to do a FileAlias regular expression to change some arguments in our URLs. Unlike standard behavior, arguments are not passed with the "?name=value" convention. Since I cannot do an ARGSEXCLUDE, I am attempting to rewrite the URLs so that analog will sum up the data for URLs that co