Redirecting without change of address in browser address bar
Posted
by Berny Paul
on Stack Overflow
See other posts from Stack Overflow
or by Berny Paul
Published on 2009-12-18T13:39:56Z
Indexed on
2010/05/09
0:08 UTC
Read the original article
Hit count: 198
I have a different but similar question. I have a dynamic dns account where I map my machine's dynamic IP to an address say, www.xxx.yyy.net
Now, I have registered another short domain name say www.yyy.com, the hosting is on a linux server.
Now, my machine is actually a webserver which runs .net website which can be accessed by www.xxx.yyy.net I need my homepage(index.php) in my www.yyy.com handle the redirection in a way that the pages to be loaded from www.xxx.yyy.net/.... but it should look in the browser as www.yyy.com/...
Is there any way to do this using php?
© Stack Overflow or respective owner