Saturday, July 25, 2009

How do I redirect a URL to another site?

I have a registered domain name for example like www.12345.com





At the same time, I have a WordPress blog for example like www.12345.wordpress.com





Eventually I am going to web host this blog but for the time being, is there a way for people to enter www.12345.com and get automatically redirected to www.12345.wordpresss.com?
How do I redirect a URL to another site?
Usually you will find it in control panel.
How do I redirect a URL to another site?
Hi there .. it's very simple





add this to your webpage at the beginning.





%26lt;meta http-equiv="refresh" content="2;url=www.12345.


wordpresss.com"%26gt;





Hope this works
Reply:Lots of ways.





%26lt;meta http-equiv="refresh" content="8;url=http://www.anycompany.com... /%26gt; is one


%26lt;?php


header("location:http://anycompany.com...


exit;


?%26gt; is another


and one more %26lt;%@ Language=VBScript %%26gt;


%26lt;%


Response.Status="301 Moved Permanently"


Response.AddHeader "Location", "http://www.anycompany.com/index.html"


%%26gt;


No comments:

Post a Comment