Re: Clean URL
Re: Clean URL
- Subject: Re: Clean URL
- From: Yung-Luen Lan <email@hidden>
- Date: Fri, 19 Jun 2009 20:49:24 +0800
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
References: | |
| >Clean URL (From: ".::welemski::." <email@hidden>) |