At 1:03 AM -0400 10/5/00, Ramon Gonzalez wrote:
>bypass the web server. When the user does a search, I need to return all
>URL's with https:// but this is not happening at all. And yes, I'm running
>htdig (with the -i option) and htmerge. Any help is appreciated!
>
>Below are my config entries for my test web server:
>
>local_urls_only:        true
>local_urls:             http://192.168.0.3/=/home/httpd/html/
>start_url:              http://192.168.0.3/ http://192.168.0.3/manual/misc
>url_part_aliases:       http:// *site
>url_part_aliases:       https:// *site

You misunderstood the documentation. You put one url_part_aliases 
attribute in the config file you use when indexing. Then you make 
another config file (which could just include the other one) and then 
put the *other* url_part_aliases attribute in that one. When you 
search, you specify the second one.

e.g.

htdig.conf:
...
url_part_aliases:       http:// *site

search.conf:
include: htdig.conf
url_part_aliases:       https:// *site

This serves to keep the HTTP URLs when indexing (since the indexer 
cannot index HTTPS) and serve up HTTPS when searching.

--
-Geoff Hutchison
Williams Students Online
http://wso.williams.edu/

------------------------------------
To unsubscribe from the htdig mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.
List archives:  <http://www.htdig.org/mail/menu.html>
FAQ:            <http://www.htdig.org/FAQ.html>

Reply via email to