Page forwarding

Discussion in 'HTML - XHTML - CSS' started by swift, Sep 13, 2006.

  1. 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 New 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 New Member

    If you can handle with PHP you can also use:

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