
 miggy - 2006-07-28 10:59:48 - 
In reply to message 11 from Manuel Lemos 
Here is my configuration.php file:
configuration.php
[code]
 $htdig_path="/usr/local/htdig/bin";
 $htsearch_path="/usr/local/htdig/bin";   
 $htdig_configuration_file="/usr/local/htdig/conf/htdig.conf";
 $htdig_database_directory="/usr/local/htdig/var/htdig";
 $site_url="http://www.mysite.com/";
[/code]
htdig.php
[code]
 var $htdig_path="/usr/local/htdig/bin";
 var $htsearch_path="/usr/local/htdig/bin";   
 var $configuration="/usr/local/htdig/conf/htdig.conf";
 var $database_directory="/usr/local/htdig/var/htdig";
 var $version="";
 var $secure_search=0;
[/code]
and when i begin to search a word it sais:
"Error: the htsearch program executable could not be found at /usr/local/htdig/bin/htsearch."