I make simple app and upload it to server
then all external request raise "Not Found" :(

I kill a day for solve it problem

Please edit in menu.py code: 
####response.generic_patterns = ['*'] if request.is_local else []
#IS_LOCAL = request.is_local
response.generic_patterns = not IS_LOCAL and (request.aplication == 'admin' 
or request.controller == 'appadmin') and [] or ['*']


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
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 web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to