why that is not working, always shows 'invalid controller' for simple http://localhost/ request
routes_in = (
('/(.*)', '/myapp/$1'),
)
routes_out = (
('/myapp/(.*)', '/$1'),
)
why that is not working, always shows 'invalid controller' for simple http://localhost/ request
routes_in = (
('/(.*)', '/myapp/$1'),
)
routes_out = (
('/myapp/(.*)', '/$1'),
)