in reply to Re: redirecting to a local file
in thread redirecting to a local file

I tried that, but IE is printing "server not found" and Mozilla is displaying a "Your page has move here" error page.

very strange. It used to work.

Replies are listed 'Best First'.
Re: Re: Re: redirecting to a local file
by jonnyfolk (Vicar) on May 14, 2003 at 16:38 UTC
    Are you sure you're using the colon after Location as in Thelonius's example?
    print "Location: file://c|/testfile.txt\n\n";
    In your initial question you use print "Location $url\n\n";

    Just checking that hasn't been overlooked!