Dynadot โ€” .com Transfer

Web Redirection with Php - NEED HELP!

SpaceshipSpaceship
Watch
Impact
0
I registered a domain name and a web forwarding service which allows me to redirect this domain name to a uglier domain name. Example www.domain.info to http://www.domain.com/index.php?refid=xxxxx. When it is forwarded the information that was suppose to be received after the php doesnt come through so it is just like going to www.domain.com. How do I make it so it receives the information after php? I want to redirect this www.domain.info to http://www.domain.com/index.php?refid=xxxxxx literally.
 
Last edited by a moderator:
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
GoDaddyGoDaddy
Code:
<?PHP header("HTTP/1.1 301 Moved Temporary");
header("Location: http://www.domain.com/index.php?refid=349921");
exit();
?>
Upload this as index.php to your domain.info home directory. This should work and be SE friendly.

Woops I didn't see that you were using some kind of service. Can't say for that other than trying to quote the destination URL. They may prevent passing info because of security concerns.
 
Last edited:
0
•••
I can discontinue the web-forwarding service.
 
0
•••
Moved to the programming folder for lack of further connection to DND.
Thanks,
Allan
 
0
•••
CatchedCatched
Escrow.com
Spaceship
Rexus Domain
CryptoExchange.com
Domain Recover
CatchDoms
DomDB
NameFit
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back