I want to set up a search engine separate from my main one that will only
search in one folder and down, without going back up. I looked at the
documentation on your web site, but I must be doing something incorrectly.
The following is what I get when I attempt to index only the "it" directory
and it's subdirectories.
tars% gw -d/www/html-docs/webinator/it -jhttp://www.rollins.edu/it/
Visited 0 pages total
That is the correct syntax, as long as you have some links from /that/ to the /it/ directory. Otherwise you may want to use a url list file, or crawl each directory separately into the same database.
When I do this the subdirectory "subdir" is the only dierctory indexed and the files located in it get indexed also but the other subdirectories within it do not get indexed. How do I get the subdirectiories within "subdir" to be indexed as well??
The subdirectories have to be linked into the pages it walked. If there are extensions other than .htm .html or .txt you will also need to specify them with the -f option. Also make sure they are not excluded by a /robots.txt file on your webserver.