Thanks for the response.  Please believe me, I have read the manual
several time over.  The practical experience is what is killing me.

So, let me see if I understand this correctly.

The directive of:  FILEALIAS /?objectid=* /*
would translate this:  /?objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
to this:  /FEBA5E7B-F1F6-975E-7040A72105801B36

And if I only wanted to report the number of times this page was requested:
 /?objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
then I would use the directive:  FILEINCLUDE
/FEBA5E7B-F1F6-975E-7040A72105801B36

Am I on track so far?

Thanks, Troy

On Tue, Nov 3, 2009 at 5:21 PM, Aengus <analo...@eircom.net> wrote:
> Troy Simpson <tdsimp...@gmail.com> wrote:
>> I am using a content management system (called farcry) to manage and
>> display web pages to the public.  The URL includes an objectID
>> parameter for each page.  The URL for a page might look something like
>> this:
>>
>> http://www.domain.com/index.cfm?objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
>> OR
>> http://www.domain.com/?objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
>>
>> I want to see how many time a URL with a specific objectID has been
>> views.  How do I do that in the analog config file?
>>
>> The best that I can come up with is:
>> FILEINCLUDE objectid=FEBA5E7B-F1F6-975E-7040A72105801B36
>>
>> But that appears to not work.  Am I doing something wrong?
>
> Because the objectID occurs after the ?, it's an argument, not a file name.
> http://analog.cx/docs/args.html
>
> You could alias the argument into a filename - something like this:
>
> FILEALIAS /?objectid=* /*
> FILEALIAS /index.cfm?objectid=* /*
>
> Aengus
>
> +------------------------------------------------------------------------
> |  TO UNSUBSCRIBE from this list:
> |    http://lists.meer.net/mailman/listinfo/analog-help
> |
> |  Analog Documentation: http://analog.cx/docs/Readme.html
> |  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
> |  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
> +------------------------------------------------------------------------
>



-- 
Troy Simpson

+------------------------------------------------------------------------
|  TO UNSUBSCRIBE from this list:
|    http://lists.meer.net/mailman/listinfo/analog-help
|
|  Analog Documentation: http://analog.cx/docs/Readme.html
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
+------------------------------------------------------------------------

Reply via email to