Marcel ([EMAIL PROTECTED]):

>> This is exactly what it's supposed to do. Notice that the items with
>> spaces before the names are the same page, with different combinations
>> of arguments. You have told Analog (REQARGSFLOOR) to include to top 40
>> entries for arguments for each request. If you don't want it to show
>> request arguments you can turn them off with ARGSEXCLUDE *.

> and how can i configure it so that the arguments don't interest analog?
> i mean that analoge handle complete part of url as page, not as page with 
> arguments.

> schould be:

> 271:  4,13%: /board/topic.cgi
> 112:  2,53%: /board/topic.cgi?forum=5&topic=1
>  58:  0,57%: /board/topic.cgi?forum=5&topic=2
>  20:  0,13%: /board/topic.cgi?forum=2&topic=4
>  12:  0,19%: /board/topic.cgi?forum=7&topic=2
>  12:  0,07%: /board/topic.cgi?forum=7&topic=4

> not:

> 271:  4,13%: /board/topic.cgi
> 112:  2,53%:   /board/topic.cgi?forum=5&topic=1
>  58:  0,57%:   /board/topic.cgi?forum=5&topic=2
>  20:  0,13%:   /board/topic.cgi?forum=2&topic=4
>  12:  0,19%:   /board/topic.cgi?forum=7&topic=2
>  12:  0,07%:   /board/topic.cgi?forum=7&topic=4

> is there a way?

The only way I can think of to do this is to fool Analog into thinking
those are not CGI arguments. You can do that with a pair of aliases.
The first converts all file names with '?' to some other character
that looks like a file name character:

FILEALIAS *?* $1:$2

If any of your requests have ':' in them, then you'll need to find
some other character for this.

Next, convert them back in the Request Report to the normal names,
with this:

REQALIAS *:* $1?$2

I haven't tested this, but I believe it will do the trick for you.

--

Jeremy Wadsack
Wadsack-Allen Digital Group

+------------------------------------------------------------------------
|  This is the analog-help mailing list. To unsubscribe from this
|  mailing list, go to
|    http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
|  List archives are available at
|    http://www.mail-archive.com/analog-help@lists.isite.net/
|    http://lists.isite.net/listgate/analog-help/archives/
|    http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------

Reply via email to