On Thu, 3 Jan 2002, Htdig Mule wrote: > I have made a program that creates an index.html file with all the pages in > it that I want index. Each link looks like: > <A > href="/shared/data/site1/com/yurinsha/www/http_www_yurinsha_com_338_p6.htm">link</A>
No, this isn't what you'd want. Try making relative links to the /shared/data/site1 ... directory that you've set in your local_urls attribute. Right now, you're making URLs that would come across as http://willie/shared/data/site1 ... This will translate into /shread/data.../shared/data which probably doesn't exist. -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ _______________________________________________ htdig-general mailing list <[EMAIL PROTECTED]> To unsubscribe, send a message to <[EMAIL PROTECTED]> with a subject of unsubscribe FAQ: http://htdig.sourceforge.net/FAQ.html

