1. This website uses cookies. By continuing to use this website you are giving consent to cookies being used.
    For information on cookies and how you can disable them visit our Cookie Usage page.
    Dismiss Notice

PHP Page forwarding

Discussion in 'Web Development' started by swift, Sep 13, 2006.

  1. swift

    swift New Member

    I know of how to forward a page using the refresh, is there a better way that straight away forward to a when i type a link eg. http://secretstomultistreamincome.com/test.htm basically is to have the url address bar reflect above link but take third party site.

    Thanks
     
  2. fairdoes

    fairdoes Member

    refresh is the best that i know, and Google recognise it as pointing to a 'newer' version, and (eventually) transfer your page rank to the new page.
     
  3. vareside

    vareside New Member

    If you can handle with PHP you can also use:

    <?php
    header("Location:http://www.example.com");
    ?>