Question
Search engine friendly 404 page.
I would like to create a custom search engine(SE) friendly 404 page to handle 404 (Not found) and 404-like content. In theory I wanna do it from application.cfc page with a few lines of code. CF code needs to recognize the 404s, redirect to SE friendly 404-page.cfm (for example) and then to redirect to the index.cfm!? Is that possible? Please give me some example or tell me where to start.