Maybe I did it wrong because I now still see sessions created from
66.249.73... which is Google-bot.
I only changed url in the line:
('/robots.txt', '/examples/static/robots.txt'),
to:
('/robots.txt', '/myAppName/static/robots.txt'),
I checked, and www.mySiteName.ru/robots.txt opens in browser successfully.
So I do not know why it does not work.
I added this lines to routes.py to remove app name from urls (may this be
the reason?):
routers = dict(
BASE = dict(
default_application = 'mad'
)
)
--
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.