This is an old version of this answer!
Return to the current answerFor 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.
"^/(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





