GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Webmaster Q & Fuckin' A (https://gfy.com/forumdisplay.php?f=27)
-   -   How to domain redirect ? (https://gfy.com/showthread.php?t=966356)

cooldude7 05-02-2010 02:48 AM

How to domain redirect ?
 
Hi, all.

I have 3 TGP and 1 Tube site running.

& i have 20 more domains, parked.

So i want to redirect traffic from these extra domains to my currently running tgp and tube site.

So please tell me the correct method to do so.

By Url redirect in registrar control panel or
By header redirect

Also in such a way that, SEO shouldnt know that its same site, coz i will doing SEO on these extra domains and build tgps on them later.

I read somewhere that Search engines doesnt cares for directed domains ..


Any advice will be gr8.

Thanks for your time.

mikke 05-02-2010 03:56 AM

Code:

<?php
$domain = "http://www.cnn.com/";
header("Location: {$domain}");
exit(0);
?>

or try find in google: htaccess 302 redirect

cooldude7 05-03-2010 06:53 AM

Quote:

Originally Posted by mikke (Post 17095307)
Code:

<?php
$domain = "http://www.cnn.com/";
header("Location: {$domain}");
exit(0);
?>

or try find in google: htaccess 302 redirect

Thanks mike.

fatfoo 05-14-2010 06:10 PM

You got your answer. Congratulations, cooldude7.


All times are GMT -7. The time now is 09:40 PM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc