Hi ,

I have purchased a domain and whenever I enter "www.mydomain.com" the 
browser lands in the page : http://www.mydomain/welcome/default/index.

I want to change the default application , default controller and default 
view so that whenever someone enters www.mydomain.com then he lands in 
http://www.mydomain/myapp/mycontroller/myview.

I came to know from web that I should modify the file routes.py with the 
following :

default_application='AppName'
default_controller = "user"
default_function = "login"

But where do I find the file routes.py? 


Thanks in advance for your help.


BR//Arindam

-- 
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