"J. Steven Harrison" wrote:
> When I double click on any of the file names I get the following:
>
> http://gandalf.sns.com/scripts/C:/Progra~1/Micros~3/VC98/CRT/SRC/OPEN.C
>
> I know I must have a configuration error somewhere but I can't find it. I
> believe it should look more like
>
> file::/C|/Progra~1/Micros~3/VC98/CRT/SRC/OPEN.C
My guess is that you haven't used any replace rules. So, the path that
SWISH stores is:
C:/Progra~1/Micros~3/VC98/CRT/SRC/OPEN.C
because it does not start with a /, your browser interprets that as a
relative URL and prepends it with the base path of the URL you are
currently viewing (i.e. your search script is
http://server/scripts/swish.cgi so the browser prepends
http://server/scripts/ to all relative URLs).
You need to modify the path swish stores so that when they are output,
your browser correctly interprets them. If you want to access them as a
file, you can try the following:
ReplaceRules prepend "file://"
ReplaceRules replace "C:" "C|"
moo
------------------------------------------------------------
Ron Samuel Klatchko - Software Jester
Brightmail Inc - rsk@brightmail.com
Received on Mon Jan 3 13:03:12 2000