|
|
[Perlfect-search] Excluding Directories
Daniel Naber dnaber@mini.gt.owl.de
Thu, 28 Sep 2000 22:29:16 +0200
On Don, 28 Sep 2000, you wrote:
> I only want to index and search a single directory in my site and tried
> using it as my document root but when the search comes up with the
> links, the links are missing the relative paths.
This is probably due to a wrong $DOCUMENT_ROOT in conf.pl,
try replacing the / by \ or the other way round.
> to all the directories... is there a way to make it so that only the
> html files in a parent directory are excluded, but still include html
> files in a child directory in the indexing?
No. Well, you could find a regex that does it...
Regards
Daniel
|
|