View Single Post
Old 07-27-2003, 11:08 AM  
Bratell
Member
 
Join Date: Feb 2003
Posts: 64
Default search

Just a small question regarding the IoA search function.

To set which path the search function is to search, I alter this line:

Code:
Search_Path=d:\ioftpd\site|/|3
The problem is, that my site is using several different drives to carry different sections, and using the above search_path those sections will not be searched.

I've tried to write the search path like this:

Code:
Search_Path=d:\ioftpd\site|/|3,h:\dvdr|/dvdr|1
Search_Path=d:\ioftpd\site|/|3 h:\dvdr|/dvdr|1
Search_Path=d:\ioftpd\site|/|3|h:\dvdr|/dvdr|1
Just longshots. But to no avail. I just get a syntax error output.

So, I wonder if it's possible to add more paths. Is it? Maybe I'm just missing something.
Bratell is offline   Reply With Quote