Here is my HTML: --- <html> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head>
<body bgcolor="#FFFFFF">
<p>Click the Index you wish to search, and then enter in the string you wish
to search for below:</p>
<p>
<form method="get" action="/cgi-bin/htsearch">
<p>
<input type="radio" name="config" value="htdig-intranet-all">Complete Purchasing/Projects/Sales Vollumes
<p>
<p> What type of keyword(s) search:
<select name="method">
<option>and</option>
<option>or</option>
<option>boolean</option>
</select>
Text or string to search for:
<input type="text" name="words" value="" maxlength="40">
<input type="submit" name="Submit" value="Submit">
</p>
</form>
</body>
</html>
---Here is my htdig-intranet-all.conf file located in /usr/local/etc/htdig: --- [crap stripped] database_dir: /sis/FreeBSD/htdig/database/intranet-all
#
# This specifies the URL where the robot (htdig) will start. You can specify
# multiple URLs here. Just separate them by some whitespace.
# The example here will cause the ht://Dig homepage and related pages to be
# indexed.
# You could also index all the URLs in a file like so:
# start_url: `${common_dir}/start.url`
#
start_url: http://my.sis.com
local_urls: http://my.sis.com/=/usr/local/www/data/intranet/
external_parsers: application/rtf->text/html /usr/local/bin/doc2html.pl \
text/rtf->text/html /usr/local/bin/doc2html.pl \
application/pdf->text/html /usr/local/bin/doc2html.pl \
application/postscript->text/html /usr/local/bin/doc2html.pl \
application/msword->text/html /usr/local/bin/doc2html.pl \
application/Wordperfect5.1->text/html /usr/local/bin/doc2html.pl \
application/msexcel->text/html /usr/local/bin/doc2html.pl \
application/vnd.ms-excel->text/html /usr/local/bin/doc2html.pl \
application/vnd.ms-powerpoint->text/html /usr/local/bin/doc2html.pl \
application/x-shockwave-flash->text/html /usr/local/bin/doc2html.pl \
application/x-shockwave-flash2-preview->text/html /usr/local/bin/doc2html.pl
[more crap stripped]
---
As best I can tell, /usr/local/etc/htdig -is- what my compiled version wants for a config directory, but it says it cannot see the file.
Ive installed this on other systems before..but this -1- is kickin me.
Thanks!
--- Jeff Mohler Fulfillment IT Engineer Signasys W:408 998 8159 C:408 757 9001 H:831 338 7640
------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ ht://Dig general mailing list: <[EMAIL PROTECTED]> ht://Dig FAQ: http://htdig.sourceforge.net/FAQ.html List information (subscribe/unsubscribe, etc.) https://lists.sourceforge.net/lists/listinfo/htdig-general

