On Sat, Sep 5, 2009 at 1:32 AM, Confused about Rails<[email protected]> wrote:
> 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? Getting rid of the page suffixes is a good thing, particularly from the point of view of using Rails for new features. As a quick fix for your inbound-link 404 issues I would front-end the site with Apache httpd and use mod_rewrite to strip the .html off all requests. FWIW, -- Hassan Schroeder ------------------------ [email protected] twitter: @hassan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

