Hi,
when I create a routes.py file with the following content
routes_in=(
('/favicon.ico', '/myapp/static/favicon.ico'),
)
routes_out=()
I get the following error message on Google App Engine:
---
Error: Server Error
The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.
---
Has anyone succeeded in a working favicon.ico on GAE?
Kind regards,
Markus
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---