Use Mint on Lighttpd with Rails Caching
If you had to remove the line Rails needs for caching inorder to get Mint to work, heres the fix.url.rewrite = ( "/mint/?(.*)$" => "/mint/index.php?$1", "/mint/$" => "/mint/index.php", "/$" => "index.html", "([^.]+)$" => "$1.html" )