Re: Clean URL
Re: Clean URL
- Subject: Re: Clean URL
- From: Kieran Kelleher <email@hidden>
- Date: Fri, 19 Jun 2009 09:44:58 -0400
Also, to work properly, all URLs generated by WebObjects for links on
your pages can be made to comply with the apache directive by simply
setting properties if you use Project Wonder's ERExtensions framework.
See ERExtensions/Properties file for details.
On Jun 19, 2009, at 8:49 AM, Yung-Luen Lan wrote:
Use a rewrite rule like this (if you use Apache):
RewriteRule ^app/(.*)$ cgi-bin/WebObjects/YourWOApp.woa/$1 [R]
Wach out if you have HTTP GET url. It seems that Apache rewrite didn't
handle URL encoding escape well. (Or just because I didn't set it up
correctly.)
Regards,
yllan
On Fri, Jun 19, 2009 at 8:30 PM, .::welemski::.<email@hidden>
wrote:
Hi Lists,
Can someone enlighten me on how did https://www.survs.com/app/wa/signin
cleaned their webobjects URL?
I'm kinda jealous... and want to learn how'd they do it...
Thanks,
•••••••••••••••••••••••••••••••••••••••
Lemuel Raganas
email@hidden
_______________________________________________
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
_______________________________________________
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
_______________________________________________
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
References: | |
| >Clean URL (From: ".::welemski::." <email@hidden>) |
| >Re: Clean URL (From: Yung-Luen Lan <email@hidden>) |