<span class="q">Thanks Philippe,<br><br>Alas, Apache mod_rewrite is too strong for my taste. I have a small proxy server at my front end but I&#39;d hate to get my hands dirty on something I dont fully understand so, I&#39;m looking for something from Seaside and luckily, 
<br>David Shaffer shared this method with me and when I tried it a while ago, it has worked for me. <br><br><span style="background-color: rgb(255, 204, 255); color: rgb(51, 51, 255);">WADispatcher default setName: &#39;&#39;.
</span><span style="background-color: rgb(255, 204, 255); color: rgb(51, 51, 255);"></span><br style="background-color: rgb(255, 204, 255); color: rgb(51, 51, 255);">
<span style="background-color: rgb(255, 204, 255); color: rgb(51, 51, 255);">WADispatcher default defaultName: &#39;yourApp&#39;<br></span></span><br>You need 2.7 for this to work.<br><br>I now have another problem which is regarding photos (*.jpg). I have a few photos rendering nicely but new additions have failed to render at all. I wonder if you know of a fix for this.
<br><br>Cheers,<br><br>Ching<br><br><div><span class="gmail_quote">On 7/20/07, <b class="gmail_sendername">Philippe Marschall</b> &lt;<a href="mailto:philippe.marschall@gmail.com">philippe.marschall@gmail.com</a>&gt; wrote:
</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">2007/7/19, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">ching.dls@gmail.com
</a>&gt;:<br>&gt; Hi,<br>&gt;<br>&gt; I have a little problem. How do I remove &#39;/seaside/someApp&#39;&nbsp;&nbsp;such that I<br>&gt; could have: &#39;<a href="http://someDomain.com/">http://someDomain.com/</a>&#39; instead of &#39;
<br>&gt; <a href="http://someDomain.com/seaside/someApp">http://someDomain.com/seaside/someApp</a>&#39;. Help anyone?<br><br>The short answer is you can&#39;t. The long answer is if you run behind<br>Apache 2 (which is a good idea) you can use mod_rewrite to hide it.
<br><br>A quick googling turned out the following:<br><a href="http://onsmalltalk.com/programming/smalltalk/running-seaside-apache-and-iis-on-windowsxp/">http://onsmalltalk.com/programming/smalltalk/running-seaside-apache-and-iis-on-windowsxp/
</a><br><a href="http://osdir.com/ml/lang.smalltalk.smallwiki/2006-03/msg00017.html">http://osdir.com/ml/lang.smalltalk.smallwiki/2006-03/msg00017.html</a><br><br>You&#39;ll have to adapt it to your situation. There were also examples
<br>posted for lighty.<br><br>Cheers<br>Philippe<br>_______________________________________________<br>Seaside mailing list<br><a href="mailto:Seaside@lists.squeakfoundation.org">Seaside@lists.squeakfoundation.org</a><br>
<a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside</a><br></blockquote></div><br>