I've got a monorail site that's running with controllers mapped to "*.html" pages so the URLs are http://mysite.com/controller/action.html
Now I've been given a set of static pages that we need to put into the root of the site... something like http://mysite.com/about.html. Is there an easy way to do this? Or do I have to create a "StaticController" for these static pages with actions for each one and use routing to turn /about.html into StaticController's "about" action? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
