At Tuesday, April 01, 2008 6:25 PM, Esposito, Richard <[EMAIL PROTECTED]> wrote:

Your confusion is probably due to my lack of understanding of how this
website works. What I hope to end up with is a "Successful Requests
for Pages" number that reflects only these 2 types of files. I wasn't
sure if I needed to write FILEEXCLUDES for every other kind of file
shown in the request report, or if there were some other easier way
to do it. Thanks.

Okay, the simplest solution is to just use these commands:
FILEALIAS /index.cfm?content=story.cfm* /story.cfm
FILEALIAS /index.cfm?content=include/event_calendar_site.cfm* /calendar.cfm
FILEINCLUDE /story.cfm
FILEINCLUDE /calendar.cfm

The FILEALIAS commands will convert all references to content=story.cfm to plain old /story.cfm, throwing away a lthe additional parameters, and the same for the calendar requests. Then the FILEINCLUDE commands will tell analog to ignore all the log entries except for the story and calendar entries, and that should give you what you want.

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
+------------------------------------------------------------------------

Reply via email to