RE: Custom 404 pages - catching invalid links

2002-12-12 Thread Joshua Miller
us by return e-mail to [EMAIL PROTECTED] * -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:58 AM To: CF-Talk Subject: Re: Custom 404 pages - catching invalid l

RE: Custom 404 pages - catching invalid links

2002-12-12 Thread Carlisle, Eric
That's what I needed. Many thanks :-) -Original Message- From: Bob Haroche [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 12, 2002 10:58 AM To: CF-Talk Subject: Re: Custom 404 pages - catching invalid links > I'm creating a custom 404 page. I'd like to be

Re: Custom 404 pages - catching invalid links

2002-12-12 Thread Bob Haroche
> I'm creating a custom 404 page. I'd like to be able to catch the invalid > links that the users are typing in. > > Such as... > > The page you were trying to get, http://www.mysite.com/foo > , was not found. Etc Here's what I use for that: The page you request

Custom 404 pages - catching invalid links

2002-12-12 Thread Carlisle, Eric
I'm creating a custom 404 page. I'd like to be able to catch the invalid links that the users are typing in. Such as... The page you were trying to get, http://www.mysite.com/foo , was not found. Etc I can't find any CGI vars with that info. Any ideas?