Link to home
Start Free TrialLog in
Avatar of Blair Benjamin
Blair BenjaminFlag for United States of America

asked on

404 error processing with ColdFusion

I'm interested in doing more analysis and processing of web requests that generate 404 errors on our site. Is there a variable that can be captured in the ColdFusion code on my 404.cfm page that gets hit when a page is requested that doesn't exist?  I tried doing a cfdump of CGI.REQUEST_URI in my 404.cfm page and then typed in a bogus URL on our site, but the cfdump returned the URL of the 404 page itself.  I'd like to actually capture and document what pages are being requested which don't exist.  How can I capture that info?
ASKER CERTIFIED SOLUTION
Avatar of OP_Zaharin
OP_Zaharin
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Blair Benjamin

ASKER

This is perfect!! It is exactly what I was looking for.  This article addresses the exact scenario that I wanted this information for.  Thank you so much.