Hello,
Is there any way to make a script which redirects a client to another site (at another server) but it doesn't change the text at location field in the client browser? I'm not so familiar with HTTP-functions in PHP, but I have tried to use
Header("Status: 302 Moved Temporarily");
Hedaer("Location http://newlocation/");
and much other like this... but it seems that PHP parser or web server doesn't look at the status message given by this way. Is there any possibilities to ignore the "default status message" of PHP and web server (normally 200 OK in this case) and replace it with own one?
I know that this can be make with frames but it is not possible in this case.
Thanks for help,
Ville Mattila
Ikaalinen, Finland