Author: David
Email: [EMAIL PROTECTED]
Message:
I am using the search.htm that comes with mnogosearch and there is a search through 
option which i can't get to work because i need to add a line to the indexer.  I 
looked within the documentation and found the following.  I would like the search 
through option to look into a particular directory.  And i am having trouble 
incorporating these commands within my indexer.. Can anyone help.. Take care


Different aliases for server parts
----------------------------------
Aliases are searched in the order of their appearence in indexer.conf.
So, you can create different aliases for server and it's parts:

# First, create alias for example for /stat/ directory which
# is not under common location:
Alias http://home.udm.net/stat/  file:/usr/local/stat/htdocs/

# Then create alias for the rest of the server:
Alias http://home.udm.net/ file:/usr/local/apache/htdocs/

 Note that if you change the order of these commands, alias
for /stat/ directory will never be found.


Reply: <http://www.mnogosearch.org/board/message.php?id=2581>

___________________________________________
If you want to unsubscribe send "unsubscribe general"
to [EMAIL PROTECTED]

Reply via email to