logo

This is an old version of this answer!

Return to the current answer
For all the files in your webroot folder which you want accessible, do this:

"^/(favicon.ico)" => "$0",

For example I just placed a favico.ico file there and had to add this to my config file to it would work neatly.

Marius Andra | 01/20/10 at 5:49pm

This is an old version of this answer!

Return to the current answer