I exclude URLs like
exclude_urls: our.server.de/F1 \
our.server.de/F2 \
our.server.de/F3 \
our.server.de/F4 \
our.server.de/F5
Instead, I index a database with URLs like
db.server/db/F1 \
db.server/db/F2 \
db.server/db/F3 \
db.server/db/F4 \
db.server/db/F5
Then I rewrite URLs with
url_part_aliases our.server.de/F db.server/db/F
This works. But the results from the DB URLs are not displayed.
By the number of pages I know that all matching documents from the database
are found. But no document excerpts are shown. Is this a bug, a feature, or
am I missing something?
s.m.
------------------------------------
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>