According to [EMAIL PROTECTED]:
> I try to output htdig search results in my php-site using this script:
...
> $url = "http://172.16.16.13/cgi-bin/htsearch?";
> . "words=$words"
> . "&method=$method"
> . "&sort=$sort"
> . "&config=$config"
> . "&search_algorithm=$search_algorithm"
> . "&matchesperpage=$matchesperpage"
> . "&match=match.php"
> . "&result=result.php"
> . "&page=$page"
> . "&script_name=file_overview.php?action=search
...
> It runs nice, but if I have more than one sites of matches,the first site is
> ok (my layout), but the next sites are shown NOT in my layout,
> but in the default output from htdig!
> 
> 
> I cannot understand why! Has anybody some ideas?

I suspect the problem is script_name, which you must set as a configuration
attribute in your "config" file (e.g. htdig.conf), and not as a CGI input
parameter.

-- 
Gilles R. Detillieux              E-mail: <[EMAIL PROTECTED]>
Spinal Cord Research Centre       WWW:    http://www.scrc.umanitoba.ca/
Dept. Physiology, U. of Manitoba  Winnipeg, MB  R3E 3J7  (Canada)


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
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

Reply via email to