Hello everyone, there is something I don''t understand with the cache. I''ve set up caches_page for various pages of my website, on localhost with webrick in production mode everything works fine. In my routes.rb i''ve set up map.connect '''', :controller => ''calendar'', :action => ''index'' and caches_page correctly create index.html in the public folder But with apache on the remote host, when opening the home page I get the following in the log: Cached page: /index.html So it seems that index.html cache is recreated at every request, this doesn''t happen for any other page.. Is it something with mod_rerwrite? Any suggestion? Thanks, Ettore Berardi