Redirect all traffic to another server

Discussion in 'Site & Server Administration' started by SEOjr, Mar 26, 2008.

  1. #1
    I'm new to this topic. I am planning to subscribe Contents from a contents Supplier for my website. They will set up my page data in the following URL:
    http://abccompany.contentssite.com/product1.htm

    Let say my domain is "www.abccompany.com". How can I make my URL
    "www.abccompany.com/product1.htm" to access above page?
     
    SEOjr, Mar 26, 2008 IP
  2. mrki

    mrki Active Member

    Messages:
    206
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #2
    You can use a redirect script:
    
    <?php
    header( 'Location: http://www.yoursite.com/new_page.html' ) ;
    ?>
    
    Code (markup):
     
    mrki, Mar 27, 2008 IP
  3. SEOjr

    SEOjr Peon

    Messages:
    556
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Is it SEO friendly?

    My objective is to have all pages provided by my contents supplier (in URL: mysite.contentssite.com/pageNNN ) indexed under my domain name (i.e. www.mysite.com/pageNNN ). It will involve a global URL translation.

    Can we do it if our host is running MS IIS server?

    Hope DP readers can help. Thanks in Advance...
     
    SEOjr, Mar 29, 2008 IP