Penny Rand wrote: > I have a similar problem. My web directory has more than my main site in > it but I only want to index the main site. I can do this with: > > #Server [subsection] <URL> [alias] > Server http://www.asix.com/ file:/web/html/ > > But the URL on the results page is incorrect as it does not include the > html directory in the path. > For example the directory structure is; > /web/html/asix/index.html > But the results URL shows; > http://www.asix.com/asix/index.html >
If I understood you correctly, try something like this: Server http://www.asix.com/ file:/web/html/asix/ ___________________________________________ If you want to unsubscribe send "unsubscribe general" to [EMAIL PROTECTED]
