Duncan, > I had been thinking about whether you could exclude certain files as you > say, but I think we might run into problems whereby all 404's would then > go through the friendlyURLs script.
Good point. FarCry 3.0's Friendly URL plugin has built-in support for 404's where if it doesn't find the Friendly URL it can check if it's a deprecated link and eventually send the user to a custom 404 page in FarCry (you shouldn't notice performance problems using this feature). Take a look at go.cfm for an idea of what I mean. As for anything not related to ColdFusion (i.e. ".htm" files) I usually let the web server redirect the user to the same custom 404 page that I let FarCry handle. There are probably cleaner ways to handle this, but it's worked for me so far. --- Jeff Coughlin Web Application Developer http://www.jeffcoughlin.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "farcry-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/farcry-dev -~----------~----~----~----~------~----~------~--~---
