D. Alvarado <[EMAIL PROTECTED]> wrote: > Thank you for the reply. Then, is it impossible to create a report > about some files from a directory and not others? For example, how > could I create a report about how many times "/my-folder/index.html" > was accessed but excluding all requests for "/my- > folder/unwanted.html"?
index.html is only special because it's the default "home page" for any folder. If you ask the webserver for folder/ you will get folder/index.html. So Analog automatically treats a request for folder/index.html as a request for folder/. If you want to bypass this, tell Analog that some non-existent filename is the default page, using the DIRSUFFIX command. This might affect some other aspects of the report. Aengus +------------------------------------------------------------------------ | 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/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
