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.

If you have the "Google XML Sitemaps" plugin installed, then you should also share this one:

"^/(sitemap.xml.gz)" => "$0",

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

This is an old version of this answer!

Return to the current answer