? Earlier 1 items total Later ?

On this page:?

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" )

? Earlier 1 items total Later ?