I have renamed the example of routes to routes.py (and I even created
a new file from scratch, just in case) but I don't think it is
executed.
My routes_in is:
routes_in = (
('/', '/applicationname/stats/old'),
)
I wanted to map this:
www.myapplication -> www.myapplication/applicationname/stats/old
because if I don't map it, the welcome application starts (or I have
to run www.myapplication/applicationname).
It didn't work (welcome kept showing up) and even though I added junk
inside the file, it kept ignoring my changes. Should I restart the
server or it is a bug?
I am using version 1.65.11
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"web2py-users" 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
-~----------~----~----~----~------~----~------~--~---