Rick Pflaum wrote: > I've replaced a well established static site, http://pollenceramics.com > with a rails based site. Rails seems rather ideal for adding various > dynamic facilities like a shopping carts etc. During development, I > ignored that rails does not use .html extensions. As the site has been > around for some time and contains lots of nice images which has caused > other sites including Google to point to it. Its page rank on Google > is quite good because over time it has what Google calls 'inbound > links'. These are links on other sites that point to this site. > > Except for inbound links that point at http://pollenceramics.com these > inbound links have all been broken. The question is how do I put > the .html back on the sub-pages?
You can do this with Rails routing or mod_rewrite (or a non-Apache equivalent). Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

