Posted by Stefan Mueller on 06/25/06 11:58
Today I'm using
File: http://www.example.com/index.html
<?php
header ("Location: http://www.test.com/test/start.html");
?>
to redirect 'http://www.example.com/index.html' to
'http://www.test.com/test/start.html'.
That works fine but unfortunately the URL changes from
''http://www.example.com/index.html' to
'http://www.test.com/test/start.html'.
Is there really no solution which doesn't change the URL?
Stefan
[Back to original message]
|