I created a custom script that runs in place of the 404 error. It parses the URL, grabs relevant data, and uses that to make a decision on where to push the user. Works great.
On Tue, Aug 31, 2010 at 2:49 PM, nixforce <[email protected]> wrote: > Im trying to create permalinks for my urls.. > > Im thinking of doing this.. > > I want to change the 404 file missing template to a cfml page that > will read the url, and pull the content based on it..ie > > > http://www.howcrafty.co.za/viewarticle_a_long_string_describing_the_article_33333.cfm > > The numbers at the end will be the ID for the record in the DB... and > the first bit , viewarticle is the action i want to do, so the above > would pull the article with id of 33333. > > Could i use cferror in the application.cfm to process 404 errors? > > -- > Open BlueDragon Public Mailing List > http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon > official manual: http://www.openbluedragon.org/manual/ > Ready2Run CFML http://www.openbluedragon.org/openbdjam/ > > mailing list - http://groups.google.com/group/openbd?hl=en > -- Open BlueDragon Public Mailing List http://www.openbluedragon.org/ http://twitter.com/OpenBlueDragon official manual: http://www.openbluedragon.org/manual/ Ready2Run CFML http://www.openbluedragon.org/openbdjam/ mailing list - http://groups.google.com/group/openbd?hl=en
