stealth Redirect

ScaleUP

Junior Member
Joined
Dec 3, 2015
Messages
130
Reaction score
11
Hi all,

Is there any way to redirect a domain just bought to my moneysite but I don't want anyone to finds out ever about that redirect.

Thanks all
 
Buy hosting for the domain you want to redirect and 301 via .htaccess. In the .htaccess file first you need to block the bots and then redirect. In other words the code for blocking bots should be in the beginning of the file otherwise you'll redirect the bots too
 
I am aware of this method but think is that when someone type in his browser dmain1 he will notice that it redirects to dmain2.
I think the only way to avoid this is by clocking.
 
You want to mask moneysite.com as newdomain.com so poeple go to newdomain.com and get served moneysite.com? Use .htaccess. Example:
RewriteCond %{HTTP_HOST} ^DomainA.com
RewriteRule ^(.*) http://DomainB.com/$1 [P]
 
Did you read my question here ? Its not a simple redirect ...
I understand what you're looking for here and no, it's not as simple as a normal 301 redirect. Not if you want your landing page address bar to reflect the redirect address and not your affiliate (or other) address.

I haven't been able to find an existing solution so I am talking to a programmer in Fiverr to see if he can work me some magic.

I also know of a script that you can purchase that will do the job. You can PM me at Facebook /DeborahAWhite.IM if you're interested.
 
Last edited:
Hi all,

Is there any way to redirect a domain just bought to my moneysite but I don't want anyone to finds out ever about that redirect.

Thanks all

You could, as mentioned, put up hosting for the site and redirect all non-bot traffic, but the user would still see the redirect.

You can use some form of internal iframe or etc to load a page from another site for users on your site. This is against the terms of almost any marketing program that I am aware of, and most of the larger ones have measures in place to problematically detect such usage.

You aren't looking for a re-direct, you are looking for an embedded frame of another page, I think, if that may help you in your search.
 
Back
Top