Hi,
my old site has nothing but good page rank.....i wanted to redirect it to my new site...can someone help me to redirect...?
Hi,
my old site has nothing but good page rank.....i wanted to redirect it to my new site...can someone help me to redirect...?
HTML Code:<html> <head> <meta http-equiv="refresh" content="0;http://www.my-new-site.com/"/> <title>Redirect Page</title> </head> <body> You should have been redirected <a href="http://www.my-new-site.com/">here</a>. </body> </html>
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
hey man ,,,,when i used this code see my site http://bernardbomjan.proboards20.com it's twisting instead of redirecting...
now what to do???
this is the format to redirect pages from an old webpage to your new one:
<HTML>
<HEAD>
<TITLE> title goes here... </TITLE>
<META
Name="refresh"
content="2; URL=http://your-site-goes-here.com">
</head>
and then the rest of your page if you want it.
content is the seconds till it re-directs
and URL of course is where it re-directs to.
hope this helps![]()
Yes, he's done that, but pasted the whole thing into the body of the page, <html> tags and all. bernardmax: you need to put the <meta> tag actually in your <head>, as I've shown in the example, not copy my entire structure example code into your body.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Ok then
Bookmarks