Ok, I finally decided to just copy the whole static set of files into a "Site" subfolder and redirect http://mysite.com/ to http://mysite.com/Site/. If he doesn't like the URLs, I'll have to come up with some routing to fix it later.
Thanks for the suggestions. On Sep 2, 10:09 am, JakeS <[email protected]> wrote: > > 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'shttp://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 -~----------~----~----~----~------~----~------~--~---
