URL Redirect

Discussion in 'Search Engine Optimization' started by kattposh43, Jan 5, 2009.

  1. #1

    Hi All

    I have a website related to stone sales

    The problem is i want to redirect the hoem page from www.example.com/home.html to www.example.com

    Can any body suggest me how to do it

    I have tried the ht access redirect but it is not working and the page remain the same

    Kindly suggest me

    Thanks in Advance




     
    kattposh43, Jan 5, 2009 IP
  2. T_Media

    T_Media Peon

    Messages:
    691
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    please describe how you redirected using htaccess method. This should have worked.
     
    T_Media, Jan 5, 2009 IP
  3. vansterdam

    vansterdam Notable Member

    Messages:
    3,145
    Likes Received:
    120
    Best Answers:
    0
    Trophy Points:
    245
    #3
    Try this code in your .htaccess file:
    Options +FollowSymlinks
    RewriteEngine On
    RewriteRule home.html$ http://www.example.com [r=301,nc]
     
    vansterdam, Jan 5, 2009 IP
  4. joplumber

    joplumber Peon

    Messages:
    32
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    The above code posted by vansterdam should work, or you can try this:

    Options +FollowSymLinks
    RewriteEngine on
    RewriteRule ^home.html$ http://www.example.com [L,R=301]


    are you on Unix or Windows server?
     
    joplumber, Jan 5, 2009 IP
  5. ihavequestion

    ihavequestion Peon

    Messages:
    29
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Try this: tamingthebeast.net/articles3/spiders-301-redirect.htm
     
    ihavequestion, Jan 5, 2009 IP
  6. Bloomtools

    Bloomtools Peon

    Messages:
    1,361
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #6
    You can add this code on .htaccess file.
     
    Bloomtools, Jan 5, 2009 IP