About this user

Josh Peek http://joshpeek.com/

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

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" )
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed