unless you are using vspider to crawl and index your site,
Verity will
treat the files as files on disk, not as webpages of your
site. it will
even index the source code of your pages, not the rendered
output.
you could try using replace() function on the #url# var to
replace the
relevant part of the file path with corresponding web path
http://www.yourdomain.com/
...
for example, if the url returned is
"C:\Inetpub\wwwroot\somesite\index.cfm
you could do
#replacenocase(url, "C:\Inetpub\wwwroo...