Cosmo
Member
Registered: 29th Mar 01
Location: Im the real one!
User status: Offline
|
Has anyone any HTML or javascript to hand that I can put on my domain (.co.uk for example) and will forward the user right away to the .com domain I have?
I had it somewhere but cant find it anymore, and searching google brings up loads of crap!!
|
PaulW
Member
Registered: 26th Jan 03
Location: Atherton, Greater Manchester
User status: Offline
|
code: <html>
<head>
<meta http-equiv="refresh" content="0;url=http://url.to.redirect.to">
<title>Gona redirect yo ass!</title>
</head>
<body>
If you are not automatically redirected, click <a href="http://url.to.redirect.to">here</a>.
</body>
</html>
|
Cosmo
Member
Registered: 29th Mar 01
Location: Im the real one!
User status: Offline
|
cheers!!
|
AndyKent
Member
Registered: 3rd Sep 05
User status: Offline
|
Change the IP pointer for the .co.uk domain.....see Greg_M's thread.
|
Cosmo
Member
Registered: 29th Mar 01
Location: Im the real one!
User status: Offline
|
quote: Originally posted by aPk
Change the IP pointer for the .co.uk domain.....see Greg_M's thread.
cant on where it currently is. Not without a bit of hassle anyway, so is just as easy to do this!
|