On Jun 1, 5:14 am, Jaci <[EMAIL PROTECTED]> wrote: > All right. I installed the rewriter and it looks like it's trying to > do something in calls the friendly URL and instead of getting a page > not found I now get: Could not find the include template 404.cfm I > don't have a clue what this means or how to fix it. Any help would be > appreciated.
Make sure you read through: http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Friendly+URL+Management The redirection makes the page pass through go.cfm in your project's webroot. If nothing can be found at all (ie. there was no corresponding friendly URL you get redirected to 404.cfm This is just a standard CF template where you can handle the missing page error. If in doubt create a page called 404.cfm and put the text "URL 404: Page Not Found". Hope that helps, -- geoff http://www.daemon.com.au/ --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---
