How Do I Forward My Website To Another Location

Mobile
feeds
Welcome Login | Register

How Do I Forward My Website To Another Location
  Forums Index
      » PHP Forums
        » » How do I forward my website to another location



How Do I Forward My Website To Another Location
Post Description:
Post Tags: how, do, i, forward, my, website, to, another, location, free php support, php scripts, php questions, php answers, programming, codes, scripts
This Post Has Been Viewed 625 Times Since Thu Jul 20, 2006 8:16 am Posted By toyotalover with 1 replies
How Do I Forward My Website To Another Location
use the following code to send all traffic from one site to another


     Code:

<?php

header("Location: http://www.webune.com");

exit;
?>



Leave Your Comments






Share
URL:
You can use this HTML code to put it on your website to show your friends this wallpaper. Use this code on your profile like myspace, friendster, Facebook or others. Just Copy and Paste it in your HTML on your websites



Fourms BBCODE:
BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums





Comments and replies About How Do I Forward My Website To Another Location




:: 1 :: Reply #1 Reply By toyotalover On Thu Jul 20, 2006 8:09 am
I want to forward all my visitors from example1.com to example2. com