I need to know the BEST way to redirect a domain. It needs to be smooth and quick (that's what she said :D) If anybody could help me out I would REALLY appreciate it. Thanx
Domain Redirect!!! HELP!!
Started by TheCEOandPresident, Jan 15 2009 08:40 PM
10 replies to this topic
#1
Posted 15 January 2009 - 08:40 PM
|
|
|
#2
Posted 15 January 2009 - 08:45 PM
well use the service to or use a script like js that redircts the page to something else
<script type="text/javascript"> <!-- window.locatin = "http://website.com" //--> </script>
Edited by Jordan, 16 January 2009 - 09:23 AM.
programming is like s*x................................one mistake an you have to support it the rest of your life
#3
Posted 15 January 2009 - 08:51 PM
...not following :confused: haha
#4
Guest_Jordan_*
Posted 16 January 2009 - 09:24 AM
Guest_Jordan_*
He posted a JavaScript way to do it but he spelled location wrong so it won't work.
Here is a way to do it using HTML:
You can also use his method but spell location right.
Here is a way to do it using HTML:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Your Page Title</title> <meta http-equiv="REFRESH" content="0;url=http://www.the-domain-you-want-to-redirect-to.com"></HEAD> <BODY> Optional page text here. </BODY> </HTML>
You can also use his method but spell location right.
#5
Posted 16 January 2009 - 03:45 PM
oops my bad
<script type="text/javascript"> <!-- window.location = "http://website.com" //--> </script>
programming is like s*x................................one mistake an you have to support it the rest of your life
#6
Posted 17 January 2009 - 04:20 PM
ok cool thanks I think I can manage to use the right brain cells and do that correctly lol if not I will DEF be back to ask for more help lol
#7
Posted 18 January 2009 - 07:14 AM
The best way to do it is to say the browser to directly redirect the connection to another site. I know this technique in PHP:
P.S.
the location is a website, I wasn't allowed to post sites :)
<?PHP
header("location: http://www.yournewsite.com");
?>In this way the page won't even load, as like as the header changed from "hey, I'm a web page" to "I'm not a page, go there!"P.S.
the location is a website, I wasn't allowed to post sites :)
Edited by Jordan, 18 January 2009 - 10:10 AM.
#8
Guest_Jordan_*
Posted 18 January 2009 - 10:11 AM
Guest_Jordan_*
I modified your post so that the link was intact.
#9
Posted 18 January 2009 - 12:24 PM
Thanx guys I'm about to buy like 5 links that i'm going to need to redirect so that's why i was asking. Hopefully I wont have too much trouble with it thanks to you guys
#10
Guest_Jordan_*
Posted 18 January 2009 - 02:44 PM
Guest_Jordan_*
#11
Posted 22 January 2009 - 08:06 PM
No just buying new ones and then redirecting them :D


Sign In
Create Account


Back to top









