> I guess you could use routing. How important is it that the about > file appear to be in the root? In my actual site, the controller for > most static text is called SiteController, and I use the path of > /Site/About.rails. (SiteController also contains things like Login() > & Logout()) It's not like many people are going to type that address > directly into the browser address bar.
The client is very big on "SEO" friendly URLs, so the simpler the URL the better. And it's not just one static page, it's a whole front-end marketing site being added onto the back-end application. So there's http://mysite.com/home.html, http://mysite.com/demo.html, http://mysite.com/features.html, etc. Having that extra path in the URL may frustrate him. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
