301 Type Redirect with using .htaccess ?

Discussion in 'Apache' started by CanadianEh, Jan 10, 2006.

  1. #1
    The title should read "without using .htaccess"

    I have successfully done redirects using .htaccess in the past.

    I am now trying to redirect a site from a free host (psend) but I don't seem to have any .htaccess. Are there any other options available and what would the SEO impact be? Thanks in advance.
     
    CanadianEh, Jan 10, 2006 IP
  2. aquila99

    aquila99 Peon

    Messages:
    10
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    You can use this suggestion if the site is in php
    highrankings.com/forum/index.php?showtopic=18879
    and see also this other discussion:
    webmasterworld.com/forum88/8495.htm
     
    aquila99, Jan 10, 2006 IP
  3. CanadianEh

    CanadianEh Notable Member

    Messages:
    3,812
    Likes Received:
    380
    Best Answers:
    0
    Trophy Points:
    260
    #3
    The site is all html.
     
    CanadianEh, Jan 10, 2006 IP
  4. Caveman

    Caveman Peon

    Messages:
    591
    Likes Received:
    41
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Place between head tags
    <META HTTP-EQUIV="Refresh" CONTENT="0; URL=yoursite.com">
    Code (markup):
     
    Caveman, Jan 21, 2006 IP
  5. minstrel

    minstrel Illustrious Member

    Messages:
    15,082
    Likes Received:
    1,243
    Best Answers:
    0
    Trophy Points:
    480
    #5
    Better not make that refresh=0 - it may look deceptive.

    Better to make it 10 (seconds): that way (a) the spiders can follow it and (b) humans get a chance to see a page that tells them to update their bookmarks.
     
    minstrel, Jan 29, 2006 IP