From owner-freebsd-questions Sun Apr 4 10:50:20 1999 Delivered-To: freebsd-questions@freebsd.org Received: from chippie.cgu.nl (chippie.cgu.nl [145.101.220.7]) by hub.freebsd.org (Postfix) with ESMTP id B4A3515018 for ; Sun, 4 Apr 1999 10:50:15 -0700 (PDT) (envelope-from psd@cgu.nl) Received: from localhost (psd@localhost) by chippie.cgu.nl (8.9.3/8.9.3/psd) with SMTP id TAA08537 for ; Sun, 4 Apr 1999 19:51:38 +0200 (CEST) Date: Sun, 4 Apr 1999 19:51:37 +0200 (CEST) From: Paul Dekkers X-Sender: psd@chippie.cgu Reply-To: Paul Dekkers To: FreeBSD Mailinglist Subject: apache: redirect all missing links to another server? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Is it possible to redirect all missing links to another server for the case the location might exist overthere? I tried to do this with a missing.cgi - and I got that working, but it seems the redirection in a missing.cgi with 'Location: ' doesn't work (however the cgi works ok when using it "without error 404") (Goal is that when I connect to "/test.html and it doesn't exist it connects to the /test.html on another server...) Paul To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message