On Dec 11, 2:46 am, real_jax <[EMAIL PROTECTED]> wrote: > - Friendly URLS > I only got friendly URLS to work after fiddling around with some config > files, and reading through a lot of emails from the mailinglist. It then > failed because it couldn't find 404.cfm. I created one, which made the FU's > work,but the 404.cfm doesnt seem to do anything. When I enter a non > excisting FU, I am presented with a totally blank page.
Firstly, can you indicate what was missing in this reference that required you to go to the list archive? http://docs.farcrycms.org:8080/confluence/display/FCDEV30/Friendly+URL+Management It would be very helpful to know what's missing here so other folks don't have similar issues. 404.cfm template is missing from the sample application (called Mollio). It's envisaged that you would create your own to match the requirements of your installation. For example, if you want to replicate Apache you could do something like: <h1>URL 404</h1> <p>Page not found.</p> But obviously most folks like to dress these up to match their site. There is an outstanding task to add a sample URL 404 template to the sample installation. Is this what you are referring to? Or did you expect the 404.cfm template to do something else? -- 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 -~----------~----~----~----~------~----~------~--~---
