I''m using lighttpd serving mongrel backends. I have the following rewrites in my lighty conf file: url.rewrite += ( "^/$" => "/cache/index.html" ) url.rewrite += ( "^([^.]+)$" => "/cache/$1.html" ) If a page has already been cached (and exists in public/cache), it gets served properly. However, if the page hasn''t yet been cached, mongrel is looking for the cached page, can''t find it and throws a Routing Error. What do I need to do to correct this? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---