Some of the information here may be outdated, please check the book instead
[edit]

Place the two files in the static folder in one of the installed apps. for example in

appications/examples/static/

Edit or create your routes.py file in the main web2py folder

routes_in=(
  ('.*:/favicon.ico','/examples/static/favicon.ico'),
  ('.*:/robots.txt','/examples/static/robots.txt'),
)
routes_out = ()
© 2008-2010 by Massimo Di Pierro - All rights reserved - Powered by web2py - design derived from a theme by the earlybird
The content of this book is released under the Artistic License 2.0 - Modified content cannot be reproduced.