Re: URL re-writing at the root of the domain
Re: URL re-writing at the root of the domain
- Subject: Re: URL re-writing at the root of the domain
- From: Paul Hoadley <email@hidden>
- Date: Thu, 10 Jan 2013 16:51:35 +1030
Hi George,On 10/01/2013, at 3:45 PM, George Domurot < email@hidden> wrote: This line doesn't look right: RewriteRule ^/(.*)$ /Apps/WebObjects/SomeApp.woa$1 [PT,L]
Shouldn't it include a slash before "$1"? RewriteRule ^/(.*)$ /Apps/WebObjects/SomeApp.woa/$1 [PT,L]
I haven't tried it, but it should work.
Well spotted, you're completely right. (Testing didn't get far enough to expose this bug, as I can't log in yet.)
If the URLs then work, but not once you're in the app, then you'll want to dig into the auto rewrite are of Wonder and see what it's doing when the replace is only equal to "/".
Yeah, that's next up. Has anyone done this? Is anyone deploying an app at the apex of some domain name like this?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden