![]() | | ||||||||
| | #1 |
| Warrior Member Join Date: Mar 2009 Location: Israel
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
Hi, I need to know how I can have a page that redirect the user to another domain. Let say I have a site www[dot]mysite[dot]com/page123, I will link to this page from anywhere and when the surfer click on that link he will be redirect to www[dot]program[dot]com. |
| | |
| | #2 |
| Money Never Sleeps War Room Member Join Date: Dec 2007 Location: Vegas
Posts: 322
Thanks: 2
Thanked 28 Times in 25 Posts
|
If you have PHP use, you can just make a page called index.php or whatever and enter this in the file: Code: <?
header("location:http://www.SITE.com");
?> Example: Let's say I just bought site.info and I want to redirect people hitting site.info to site.com, I'd put that above code in index.php and upload it to the main directory of site.info. Now, when someone visits site.info in any way, they get redirected to site.com. |
|
Follow me: http://twitter.com/JasonAMartin | |
| | |
| | #3 |
| HyperActive Warrior War Room Member Join Date: Jan 2009
Posts: 134
Thanks: 10
Thanked 30 Times in 8 Posts
|
Well, you can always use a .htaccess file for that. Create a text document, type in something like this Code: <IfModule mod_rewrite.c> RewriteEngine On RewriteRule ^page123$ index.php [L,R=301] </IfModule> |
| Try our Revolutionary Article Rewriter (Before All Spots Are Taken!) and Build 1000's of Highly Relevant Backlinks! (Your Traffic will Explode from this!) One of RAVING Spin Rewriter Reviews: "Aaron, this is 20 years ahead of the competition!" | |
| | |
| | #4 |
| Warrior Member Join Date: Mar 2009 Location: Israel
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
|
Is there a HTML code for that?
|
| | |
| | #5 |
| Warrior Member Join Date: Jun 2009
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
|
just login to your cpanel and click on "redirect links". if you don't have cpanel, any of the two methods above will work just fine.
|
| | |
![]() |
|
| Tags |
| redirect |
| Thread Tools | |
| |
![]() |