chad362wiley
Supreme Member
- Dec 8, 2011
- 1,341
- 848
Hey all,
Right now I just use an HTML redirect to mask my link:
Are there any faster ways of doing this? Whenever I load the 1st domain there is always a delay before redirecting to the second URL.
Thanks!
Chad
Right now I just use an HTML redirect to mask my link:
Code:
[COLOR=#800000][FONT=Consolas]<meta [/FONT][/COLOR][COLOR=#FF0000][FONT=Consolas]http-equiv[/FONT][/COLOR][COLOR=#000000][FONT=Consolas]=[/FONT][/COLOR][COLOR=#0000FF][FONT=Consolas]"refresh"[/FONT][/COLOR][COLOR=#FF0000][FONT=Consolas]content[/FONT][/COLOR][COLOR=#000000][FONT=Consolas]=[/FONT][/COLOR][COLOR=#0000FF][FONT=Consolas]"0; url=http://example.com/"[/FONT][/COLOR][COLOR=#800000][FONT=Consolas]>[/FONT][/COLOR]
Are there any faster ways of doing this? Whenever I load the 1st domain there is always a delay before redirecting to the second URL.
Thanks!
Chad