Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 7215 invoked by uid 500); 25 Jun 2003 02:31:01 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 7200 invoked from network); 25 Jun 2003 02:31:00 -0000 Received: from spitfire.velocet.net (216.138.223.227) by daedalus.apache.org with SMTP; 25 Jun 2003 02:31:00 -0000 Received: from mail.gej-it.com (gej-it.com [216.138.220.213]) by spitfire.velocet.net (Postfix) with ESMTP id 4602D4B7D84 for ; Tue, 24 Jun 2003 22:31:09 -0400 (EDT) Received: from jeff ([10.10.0.3]) by gej-it.com (gej-it.com [216.138.220.213]) (MDaemon.PRO.v6.8.0.R) with ESMTP id 20-md50000000020.tmp for ; Tue, 24 Jun 2003 22:29:46 -0400 From: "Jeff Cohen" To: Date: Tue, 24 Jun 2003 22:29:59 -0400 Message-ID: <000101c33ac1$aceedbe0$03000a0a@gejit.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 Importance: Normal In-Reply-To: <237C58DB1104A24EB7EEDEECCFCE9D9764AF43@whipsnade.TheZoo> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Processed: gej-it.com, Tue, 24 Jun 2003 22:29:46 -0400 (not processed: message from valid local sender) X-Lookup-Warning: HELO/EHLO lookup on jeff does not match 10.10.0.3 X-MDRemoteIP: 10.10.0.3 X-Return-Path: support@gej-it.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: RE: [users@httpd] Equivalent of IIS custom 404 I see some really strange misspelling in your directives, just wanted to make sure it's not set the way you typed it, you typed it: ErrorDocument 404 /go/index.cfm Which should be: ErrorDocument 404 index.cfm All the best, Jeff Cohen Support@GEJ-IT.com Tel. (416) 917-2324 www.GEJ-IT.com GEJ-IT Networks! > -----Original Message----- > From: Aidan Whitehall [mailto:AidanWhitehall@Fairbanks.co.uk] > Sent: Tuesday, June 24, 2003 9:21 AM > To: users@httpd.apache.org > Subject: [users@httpd] Equivalent of IIS custom 404 >=20 > Our web site is on a box that's running IIS 5.0. I wanted users to be > able to enter easy-to-remember urls and redirect the browser > appropriately, as on the Macromedia web site. >=20 > To do this, I added a custom 404 in the /go/ folder which redirects = any > 404 responses to /go/index.cfm. That file checks the end of the url = and > redirects the browser from this: > http://www.fairbanks.co.uk/go/casestudies > to the less memorable: >=20 > = http://www.fairbanks.co.uk/services/index.cfm?section=3Dcasestudy&text=3D= stu > dy01 >=20 > On the development machine, I've started running Apache and wanted to > mimic this behaviour. I added this directive >=20 > > ErrorDocument 404 /go/index.cfm > >=20 > but that redirects http://localhost/go/casestudies to = http://localhost/ >=20 > Can anyone please let me know how to mimic the IIS Custom 404 > functionality in Apache? Thanks! >=20 >=20 > -- > Aidan Whitehall > Macromedia ColdFusion Developer > Fairbanks Environmental Ltd +44 (0)1695 51775 > Queen's Awards Winner 2003 >=20 > ___________________________________________________________________ > _____ > This e-mail has been scanned for all viruses by Star Internet. The > service is powered by MessageLabs. For more information on a proactive > anti-virus service working around the clock, around the globe, visit: > http://www.star.net.uk > ___________________________________________________________________ > _____ >=20 > --------------------------------------------------------------------- > The official User-To-User support forum of the Apache HTTP Server = Project. > See for more info. > To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org > " from the digest: users-digest-unsubscribe@httpd.apache.org > For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org