关于lighttpd的rewrite

下面是apache的rewrite规则
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteCond %{REQUEST_FILENAME} !-f
要转成 lighttpd 的,该怎么写呢?