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