Little question about deploying, dns, etc...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Little question about deploying, dns, etc...

Mariano Martinez Peck
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 crapodino.homelinux.com. I have registered and working this domain: www.destinomochila.com.ar

I use EditZone so that it redirects from www.destinomochila.com.ar to crapodino.homelinux.com:8888/seaside/destinoMochila. When I configure this in EditZone I put "cloacked" to this redirect. This does that when the user enter to www.destinomochila.com.ar in the browser it still display that URL despite the fact it was redirected to crapodino.homelinux.com:8888/seaside/destinoMochila. If I don't put this cloacked option the browser then displays that URL and I don't want that.

The redirect is working perfect. I and others can access without any problem to:

1) http://www.destinomochila.com.ar/
2) http://crapodino.homelinux.com:8888/seaside/destinoMochila

And I can enter to

3) http://localhost:8888/seaside/destinoMochila

With 2) and 3) If I go to a link from the menu, the browser correctly shows:

http://localhost:8888/seaside/destinoMochila/LugaresDestino
or
http://crapodino.homelinux.com:8888/seaside/destinoMochila/LugaresDestino

The problem is with 1)  If I go to the same link of the menu, the URL is still http://www.destinomochila.com.ar/
It does never change :(

However, if I explicity put this URL http://www.destinomochila.com.ar/LugaresDestino in the browser, if found perfectly the page

Does anyone know what I am doing wong ?

Perhaps I must put something in http://localhost:8888/seaside/config   to my destinoMochila app in the "server" section. Right now that it is as default.

Thanks a lot for the help,

Mariano



_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside