The Zoom is returning broken URL's on the results page.
If a given page is http://sig.cls.utk.edu/contact_us.htm, Zoom is returning:
http://sig.cls.utk.edu/sig.cls.utk.edu/contact_us.htm. So, of course, the link off of the results page is broken.
I am using the ASP support for my IIS server under Windows 2000.
Thanks,
Bill
mcnutt -@- utk.edu
I am guessing you used Offline mode to index your site and not Spider mode?
Further I am guessing that you used Base URL of http:/sig.cls.utk.edu/ ?
Looking at the HTML source code on your page, I can see that the search result links do NOT appear to be OK.
You seem to have enter in a base URL of,
http:/sig.cls.utk.edu/
instead of
http://sig.cls.utk.edu/
Note the extra / in the second link that was missing in the first. If you fix
this in Zoom, it should be OK.
--------
David