Omeka in Lighttpd

Hi, i try running Omeka on the Lighttpd. Work fine but i have a little problems with the RewriteRules.

RewriteRule !\.php$ - [C]
RewriteRule .* - [L]

# RewriteRule ^install/.*$ install/install.php [L]
# RewriteRule ^admin/.*$ admin/index.php [L]
# RewriteRule .* index.php*

I need translate it to Lighttpd.

Help please