BTW, the drupal cookbook recipe works fine with cleanurls (perhaps the
bug mentioned at the bottom is fixed now?). It won't work with the
widely used imagecache module though (it uses the fall-through to
generate missing thumbnails)

On Sun, Nov 23, 2008 at 6:43 AM, Eric Drechsel <[EMAIL PROTECTED]> wrote:
> Hi, I was just configuring Cherokee for Drupal, saw the new cookbook
> recipe, and thought I would offer some input. What Drupal really wants
> from the webserver, which it gets from Apache via these lines in
> .htaccess
>  RewriteCond %{REQUEST_FILENAME} !-f
>  RewriteCond %{REQUEST_FILENAME} !-d
> is to serve the static files if they exist, then fall through to the
> redirect rule otherwise. How difficult would it be to implement a
> "fall through to subsequent rules if file/dir isn't found" option for
> the Static content handler?
>
_______________________________________________
Cherokee mailing list
[email protected]
http://lists.octality.com/listinfo/cherokee

Reply via email to