Tom Gatermann's bits of Fri, 2 Aug 2002 translated to:

>I'm trying to get my search results page to display
>http://gatermannt.homeip.net/ before the document or
>dir in the link.  Right now it only displays
>http://localhost/whateverisafterit
>
>I copied my htdig.conf to search.conf.
>In my htdig.conf file I have inserted:
>url_part_aliases: http://localhost/*site \
>                  http://localhost/page/*1
>
>and in search.conf:
>url_part_aliases: http://gatermannt.homeip.net/*site \
>                  http://gatermannt.homeip.net/*1
>
>I put the second line in each config file as when I
>ran rundig, it complained that it saw an odd number of
>stings.

I think the problem is that you are leaving out the spaces between
the to-strings and from-strings. Try

url_part_aliases: http://localhost/ *site

and

url_part_aliases: http://gatermannt.homeip.net/ *site

for your htdig.conf and search.conf, respectively.

Jim



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
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

Reply via email to