I'm using rest in a couple of apps and use the following to clean up the
URLs (i.e. no /ra crap):
RewriteRule
^AppName/([0-9]*/)?(?!(?:[0-9]*/)?ajax/|(?:[0-9]*/)?wis/|(?:[0-9]*/)?_wr_/|(?:[0-9]*/)?_sl_/|(?:[0-9]*/)?wa/|(?:[0-9]*/)?ra/|(?:[0-9]*/)?womp/|(?:[0-9]*/)?ja/|(?:[0-9]*/)?wo/|(?:[0-9]*/)?p
mod_rewrite is what you want:
http://wiki.wocommunity.org/display/documentation/Configuring+Apache+for+WebObjects?src=search
On Nov 13, 2013, at 5:35 AM, Sisi Li wrote:
> Hello,
>
>
> I would like the user of our app to not see the app name in the URL,
> for example:
>
> At the moment, ou
Hello,
I would like the user of our app to not see the app name in the URL,
for example:
At the moment, our site
www.example.com => gets routed to
www.example.com/Apps/Webobjects/AppName/ra/Website/site1/page1.html
I would like the url to show the contents of page1.html but somehow
hide the "We