On Fri, 22 Feb 2002, Owen Boyle wrote: > When we index the site, we use www.banana.com and use the directive: > > url_part_aliases: http://www.banana.com *1 > > So that the db contains no site-specific data. > > Now when someone runs htsearch, the results are generated and htsearch > uses the directive above to re-insert the URL. But now everyone sees
What you want are multiple search configuration files. You've got about 90% of the solution right now, but what you want is to have the second half of the url_part_aliases setup. <http://www.htdig.org/attrs.html#url_part_aliases> so in a search.conf (or other): url_part_aliases: http://www.kiwi.com/ *1 You can also use the "include" feature in these config files so that they'll be pretty small, e.g. include: $(config_dir)/main.conf url_part_aliases: ... EOF <http://www.htdig.org/attrs.html#include> -- -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

