On Fri, Oct 22, 2010 at 6:02 PM, Cedric <
cedri...@gmail.com> wrote:
> No solution on my side yet, but got the same issue with 3.0.0 final,
> on my own dedicated servers.
> The following used to work perfectly under 2.2.x.
>
> Apache mod_rewrite rules:
>
> RewriteCond %{THE_REQUEST} ^(GET|HEAD)
> RewriteCond %{QUERY_STRING} ^$
> RewriteCond %{REQUEST_URI} ^([^.]+[^/])[/]?$
> RewriteCond %{DOCUMENT_ROOT}/path/to/page/cache/$1.html -f
> RewriteRule ^([^.]+[^/])[/]?$ path/to/page/cache/$1.html [L]
>
> With 3.0.0, instead of serving static cached pages directly from
> apache, it forwards the rewritten URLs to the Rails app (path/to/page/
> cache/whatever.html => 404).
> Switching back to 2.2.x immediately solves the issue.
>
> Kind of major bug for me :(
> Shall a ticket be opened?
Yes please open a ticket.