Forum Moderators: coopster

Message Too Old, No Replies

How to display different domain name in address bar using php ?

         

kenq

2:41 am on Jan 13, 2010 (gmt 0)

10+ Year Member



Hi,

I have a domain name example: www.abc.com.

When user key in the www.abc.com, how can it redirect the page to other domain but the user browser address bar still showing the same domain name www.abc.com by using PHP.

Thanks.

vincevincevince

2:40 pm on Jan 13, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



You cannot do it using PHP; but you can use PHP to write the HTML required for a FRAMES pages.

Search for FRAMESET for example code.