/app1
/app2
# app1.pm (/app1)
get '/' => {
redirect '/stage2';
}
for / will I get redirect to /stage2 or /app1/stage2 ?
On 22.04.2011 0:45, franck wrote:
About your second question, which prefix are you talking about ? the one
where the application will be mounted ? (in my exemple: /app1 or /app2)
or the one used inside your application (if you have something like
'load_app "bar", prefix => "/bar"') ?
franck cuny
http://lumberjaph.net - http://github.com/franckcuny