On Sun 05 May 2002, pclouds wrote: > I have a problem when using wwwoffle 2.7b with htdig. I followed instructions > in README.htdig, but it did not work, although htdig still works. > I looked into htdig-full.conf and knew it dig in > http://localhost:8080/search/start4.html > I looked into that url, and saw that http://localhost:8080/search/index/ was > empty.
No, it's not. If you look carefully, you'll see: <html> <head> <meta name="robots" content="noindex"> <title></title> </head> <body> <a href="http/"> </a> <a href="ftp/"> </a> <a href="finger/"> </a> </body> </html> I.e. three hyperlinks. As there's no text between the <a> and the </a> you don't see anything, but that's OK because this "page" is only used as a starting point for htdig; htdig will happily follow the links. Paul Slootman
