I suppose this might depend on the router that you have. On my router, I only set <span style="font-weight: bold;">port forwarding</span> to redirect port 80 to my proxy server.&nbsp; There are firewall settings which I don&#39;t think is relevant to the problem at hand. I do not see anywhere I can append &#39;/seaside/myApp&#39; so that my proxy will do the right re-direction. A problem might arise when I have another application that uses the same router and backend servers. Would I be able to do stuff on the router side to get the same results?
<br><br>Ching<br><br><div><span class="gmail_quote">On 7/20/07, <b class="gmail_sendername">Stephan Eggermont</b> &lt;<a href="mailto:stephan@stack.nl">stephan@stack.nl</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;">
On Fri, Jul 20, 2007 at 11:09:50AM +0200, <a href="mailto:seaside-request@lists.squeakfoundation.org">seaside-request@lists.squeakfoundation.org</a> wrote:<br>&gt; From: &quot;Philippe Marschall&quot; &lt;<a href="mailto:philippe.marschall@gmail.com">
philippe.marschall@gmail.com</a>&gt;<br>&gt; 2007/7/19, Ching de la Serna &lt;<a href="mailto:ching.dls@gmail.com">ching.dls@gmail.com</a>&gt;:<br>&gt; &gt; Hi,<br>&gt; &gt;<br>&gt; &gt; I have a little problem. How do I remove &#39;/seaside/someApp&#39;&nbsp;&nbsp;such that I
<br>&gt; &gt; could have: &#39;<a href="http://someDomain.com/">http://someDomain.com/</a>&#39; instead of &#39;<br>&gt; &gt; <a href="http://someDomain.com/seaside/someApp">http://someDomain.com/seaside/someApp</a>&#39;. Help anyone?
<br>&gt;<br>&gt; The short answer is you can&#39;t. The long answer is if you run behind<br>&gt; Apache 2 (which is a good idea) you can use mod_rewrite to hide it.<br><br>If you&#39;re behind a router/firewall you can hide it there so you only
<br>have the /seaside/someApp internally.<br><br>Stephan<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>