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 http://www.mysite.com/foo , was not found. Etc I can't find any CGI vars with that info. Any ideas?

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 http://www.mysite.com/foo , was not found. Etc Here's what I use for that: pThe page you requested,

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 able to catch the invalid

RE: Custom 404 pages - catching invalid links

2002-12-12 Thread Joshua Miller
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 links I'm creating a custom