Forum Moderators: coopster

Message Too Old, No Replies

Framing a diverted domain name

framing diverted domain name php

         

StevenK

1:41 pm on Feb 28, 2005 (gmt 0)

10+ Year Member




DomainA.com is diverted to domainB.com using the following script. How do I get the diversion script to display DomainA.com in the browser?

<?
header( "Location: [domainB.com"...] );
?>

interactive gun

9:02 pm on Feb 28, 2005 (gmt 0)

10+ Year Member



why are you using a header to open domainB? what is it you are trying to do? You just redirected the user from A to B.

jatar_k

9:19 pm on Feb 28, 2005 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



you could also just make domainA a serveralias for domainb, then no redirect at all

[httpd.apache.org...]