> The file in question (the one that was not getting picked up by htdig) had
a filename
> of "test_index.html".  If I renamed this file to "foo.html" it works fine.
Renaming
> it to "test_index_2.html" worked fine.  Renaming it to "foo_index.html"
failed.
>
> It appears that if the filespec is "???index.html", htdig will not "push"
it onto the
> queue - it sees the HREF to it, it just never resolves it....

Oh!!!!!!!!!

The code automatically assumes that any URL ending with index.html is the
default document in a directory, and strips the filename, to avoid indexing
the document twice.

You can disable or modify this feature with the remove_default_doc
configuration param, either setting it to a blank string or setting a
different default document.

+============================================
+ Benjamin Smedberg
+ CUA Asst. Webmaster
+ [EMAIL PROTECTED]
+============================================
+ http://www.acad.cua.edu/cpit/as/bds/
+ How to make God laugh: tell Him YOUR plans!
+============================================

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED] containing the single word "unsubscribe" in
the SUBJECT of the message.

Reply via email to