Sometimes its helpful to transfer all traffic from one page to another page. Say for example, I have domain one, and want to send all my visitors automatically without them having to click on a link to my domain two.
Well today I will show you how you can do this very simple. Just follow these steps:
STEP1: Open your favorite ascii text editor. For this example I will be using Notepad that comes with windows.
STEP2: Copy and paste the following code:
<html>
<head>
<meta name="Author" content="www.wallpaperama.com">
<meta http-equiv="refresh" content="0;url=http://www.wallpaperama.com">
</head>
<body>
</body>
</html>
|
NOTE: change http://www.wallpaperama.com to whatever URL you want all the traffic to go to. I would ask that you leave the Author as wallpaperama.com to give credit to us, please.
STEP3: Save this file as index.html
STEP4: Upload index.html to where you want all traffic to be redirected.
STEP5: Done
However, you can also redirect users using php, click on this link to learn how:
http://www.wallpaperama.com/forums/php-help-how-to-redirect-web-pages-automatically-send-t5633.html
WARNING: This does not work on Microsoft Internet Explorer. I tested this with Firefox - Another Plus for Firefox! If you dont have firefox, you can download it for free. I think its a way better browser than Explorer. Try it. You'll Like it. You can download it from www.getfirefox.com
|