From owner-freebsd-questions@FreeBSD.ORG Sat Oct 2 23:10:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CBA7F16A4D3 for ; Sat, 2 Oct 2004 23:10:25 +0000 (GMT) Received: from mail.clubplus.net (pop3.clubplus.net [216.113.38.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id A4B2543D49 for ; Sat, 2 Oct 2004 23:10:13 +0000 (GMT) (envelope-from david+dated+1097190608.0a8a39@skytracker.ca) Received: (qmail 8535 invoked by uid 2280); 2 Oct 2004 23:13:23 -0000 Received: from 3s1.com (209.188.66.29) by ott.clubplus.net with DES-CBC3-SHA encrypted SMTP; 2 Oct 2004 23:13:23 -0000 Received: (from root@localhost) by 3s1.com (8.12.8p1/8.12.8) id i92NA9VS080627 for questions@freebsd.org; Sat, 2 Oct 2004 19:10:09 -0400 (EDT) (envelope-from david+dated+1097190608.0a8a39@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.9.3) with ESMTP id i92NA8BV080603 for ; Sat, 2 Oct 2004 19:10:09 -0400 (EDT) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id i92NA8P5080602 for questions@freebsd.org; Sat, 2 Oct 2004 19:10:08 -0400 (EDT) (envelope-from david+dated+1097190608.0a8a39@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1097190608.0a8a39@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Sat, 02 Oct 2004 19:10:08 -0400 (EDT) Date: Sat, 2 Oct 2004 19:10:07 -0400 To: questions@freebsd.org Message-ID: <20041002231007.GA80368@skytrackercanada.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i From: David Banning X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) X-scanner: scanned by Inflex 1.0.12.3 - (http://pldaniels.com/inflex/) Subject: apache - how to redirect page not found X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Oct 2004 23:10:26 -0000 I notice on some web sites when you try to load a page that does not exist, it directs the users browser to another page. How do I set that up in apache? --