Calling All SEO's - Non - WWW??

Discussion in 'Search Engine Optimization' started by tvelasquez, May 30, 2006.

  1. lars

    lars Guest

    Messages:
    252
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #21
    I think a php redirect like:

    <?php
    header("Location: http://www.example.com/");
    exit;
    ?>
    would work.
    You could read more at http://php.net/header
     
    lars, Jun 2, 2006 IP
  2. dealsway

    dealsway Peon

    Messages:
    91
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #22
    You should do 301 redirect, otherwise its of no use.
     
    dealsway, Jun 3, 2006 IP
  3. tvelasquez

    tvelasquez Peon

    Messages:
    300
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Totally understandable, but how do you do a 301 redirect if you cannot use .htaccess?????
     
    tvelasquez, Jun 3, 2006 IP