Hi: I am trying to reproduce in my Linux box what I will have in the server. I am doing step by step. No webserver right now (for this problem). I have dynamic IP from my ISP so I have running a dyndns in this pc which is <a href="http://crapodino.homelinux.com">crapodino.homelinux.com</a>. I have registered and working this domain: <a href="http://www.destinomochila.com.ar">www.destinomochila.com.ar</a><br>
<br>I use EditZone so that it redirects from <a href="http://www.destinomochila.com.ar">www.destinomochila.com.ar</a> to <a href="http://crapodino.homelinux.com:8888/seaside/destinoMochila">crapodino.homelinux.com:8888/seaside/destinoMochila</a>. When I configure this in EditZone I put &quot;cloacked&quot; to this redirect. This does that when the user enter to <a href="http://www.destinomochila.com.ar">www.destinomochila.com.ar</a> in the browser it still display that URL despite the fact it was redirected to <a href="http://crapodino.homelinux.com:8888/seaside/destinoMochila">crapodino.homelinux.com:8888/seaside/destinoMochila</a>. If I don&#39;t put this cloacked option the browser then displays that URL and I don&#39;t want that.<br>
<br>The redirect is working perfect. I and others can access without any problem to:<br><br>1) <a href="http://www.destinomochila.com.ar/">http://www.destinomochila.com.ar/</a><br>2) <a href="http://crapodino.homelinux.com:8888/seaside/destinoMochila">http://crapodino.homelinux.com:8888/seaside/destinoMochila</a><br>
<br>And I can enter to<br><br>3) <a href="http://localhost:8888/seaside/destinoMochila">http://localhost:8888/seaside/destinoMochila</a><br><br>With 2) and 3) If I go to a link from the menu, the browser correctly shows:<br>
<br><a href="http://localhost:8888/seaside/destinoMochila/LugaresDestino">http://localhost:8888/seaside/destinoMochila/LugaresDestino</a><br>or<br><a href="http://crapodino.homelinux.com:8888/seaside/destinoMochila/LugaresDestino">http://crapodino.homelinux.com:8888/seaside/destinoMochila/LugaresDestino</a><br>
<br>The problem is with 1)  If I go to the same link of the menu, the URL is still <a href="http://www.destinomochila.com.ar/">http://www.destinomochila.com.ar/</a><br>It does never change :(<br><br>However, if I explicity put this URL <a href="http://www.destinomochila.com.ar/LugaresDestino">http://www.destinomochila.com.ar/LugaresDestino</a> in the browser, if found perfectly the page<br>
<br>Does anyone know what I am doing wong ?<br><br>Perhaps I must put something in <a href="http://localhost:8888/seaside/config">http://localhost:8888/seaside/config</a>   to my destinoMochila app in the &quot;server&quot; section. Right now that it is as default.<br>
<br>Thanks a lot for the help,<br><br>Mariano<br><br><br>