hai php-general,

I want to know how can I redirect the browser to contact to a new ip
address of the same server.

In Detail

I have a server say 192.168.1.10 (eth0) running apache.( Linux Machine
running Apache).

I contact the server through a client(Browser), through this client
I change the

IP address of the server, from 192.168.1.10 to 192.168.1.15.


(After entering IP Address in the text field and clicking on the button
save I call

a perl script which calls ifconfig to change the address,perl script is
called with exec()   ).


After few seconds I get "Page cannot be found" message as the browser
tries to contact

the old IP address.

How can I make the client point to the new IP address of the same
server?

I can show the code also.

regards,
adharsh.


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to