After doing all the procedures for a new app e.g. www.myapp.com, completing 
registration on godaddy.com, upgrading on pythonanywhere etc. The app in 
web2py is also 'myapp'(same as domain name)

I went to the web2py folder and changed/ added in the routes.py this:

routers = dict(
    BASE  = dict(default_application='rivelar'),
    rivelar = dict(languages=['en', 'it', 'jp'], default_language='en'),
)
 

I reloaded the app through the web tab...etc

but when trying to open the app as usual www.myapp.com, I get 
www.myapp.com/welcome/default/index.

where is this line stored:  'welcome/default/index'

How can I change or remove it  to get www.myapp.com/myapp/default/index or 
simply www.myapp.com/index

Regards

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/web2py/4f29c7ef-5128-4447-9cb8-33887089d8e5%40googlegroups.com.

Reply via email to