On Dec 7, 2010, at 4:35 PM, elffikk wrote:
> 
> why that is not working, always shows 'invalid controller' for simple
> http://localhost/ request
> 
> routes_in = (
>  ('/(.*)', '/myapp/$1'),
> )
> 
> routes_out = (
>   ('/myapp/(.*)',  '/$1'),
> )

Is there any reason we can't include the rewritten URL in the error message in 
these cases? At the very least we must know the a/c/f being requested.

Reply via email to