>I'm developing a portal for economists which provides a large database of
>sorted links. I'd like to implement some kind of scheduled broken link
>checker. Does anyone know of a custom tag that does this (I've searched
>Allaire's tag gallery)? If not, do you have any advice on how I should
write
>it?


This subject came up before, but I don't know if a definitive answer was
ever given.  Obviously, you will need to use CFHTTP to connect to all the
links, but that's where things get hairy.  Since many sites customize their
404 error pages, determining whether the resulting CFHTTP content represents
a 404 error or not is very difficult.

You could probably loop through all of the links and flag those that may be
404 errors and then have an employee manually check them.  This would give
you the greatest degree of certainty but would also cost manpower.

Regards,
Seth Petry-Johnson
Argo Enterprise and Associates



------------------------------------------------------------------------------
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to