Re: Redirect vs mod_webobjects
Re: Redirect vs mod_webobjects
- Subject: Re: Redirect vs mod_webobjects
- From: Ramsey Gurley <email@hidden>
- Date: Fri, 13 Mar 2015 09:35:37 -0700
On Mar 13, 2015, at 9:11 AM, Chuck Hill < email@hidden> wrote:
That should work. Is an early rule firing before this?
That’s probably it. I had my redirect at the end of the list. I’ve worked around it by running an instance of OldApp to ERXRedirect to the other one. You could try a [R] / [redirect] command at the end, but this should work.
Chuck
Okay, good to know redirects should take precedence over the mod_wo. My temporary fix should get me through.
Thanks Chuck! :)
On 2015-03-13, 7:22 AM, "Ramsey Gurley" wrote:
Hi all,
I’ve got a case where I need to temporarily redirect from one WO app to another, but it seems like mod webobjects is taking precedence over redirect rules. I tried
RewriteRule ^/cgi-bin/WebObjects/OldApp.woa(.*) /cgi-bin/WebObjects/NewApp.woa$1 [PT,L]
and restart apache, but that doesn’t seem to work. Is there anything else that could be done to redirect from old app links to the new app?
Thanks,
Ramsey
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Help/Unsubscribe/Update your Subscription:
|
_______________________________________________
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