[Seaside] how to remove '/seaside/someApp'

Philippe Marschall philippe.marschall at gmail.com
Fri Jul 20 07:22:48 UTC 2007


2007/7/19, Ching de la Serna <ching.dls at gmail.com>:
> Hi,
>
> I have a little problem. How do I remove '/seaside/someApp'  such that I
> could have: 'http://someDomain.com/' instead of '
> http://someDomain.com/seaside/someApp'. Help anyone?

The short answer is you can't. The long answer is if you run behind
Apache 2 (which is a good idea) you can use mod_rewrite to hide it.

A quick googling turned out the following:
http://onsmalltalk.com/programming/smalltalk/running-seaside-apache-and-iis-on-windowsxp/
http://osdir.com/ml/lang.smalltalk.smallwiki/2006-03/msg00017.html

You'll have to adapt it to your situation. There were also examples
posted for lighty.

Cheers
Philippe


More information about the Seaside mailing list