the problem there is that web2py expects

/app/controller/function/arg

while you require

/something/else/entirely/controller/function/arg

if routes were not available, you'd need proxypass, proxypassreverse and a 
bit of apache rewrites. 
That being said, I tend to stay away from apache and I'm not going to 
change that in the foreseeable future, to maintain my own mental sanity :-P

with routes instead, you'll still need proxypass and proxypassreverse, but 
as a requirement you must be at a point where your rocket instance responds 
to

/something/else/entirely/controller/function/arg

in the exact same way right now is responding to

/app/controller/function/arg

I'd use path_prefix with /something/else and "entirely" as the app name 
with the parametric router before dealing with regex patterns.

@jlundell that is the god of rewrites may chime in :D

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