Best Redirect Way to Error Pages !

Discussion in 'Search Engine Optimization' started by Mido, Nov 10, 2006.

  1. #1
    Now i made these changes in htaccess:

    ErrorDocument 400 /errors/badrequest.html
    ErrorDocument 401 /errors/authreqd.html
    ErrorDocument 403 /errors/forbid.html
    ErrorDocument 404 /errors/notfound.html
    ErrorDocument 500 /errors/serverr.html

    i need to customize these pages to redirect to defined page so what is the best redirect way that dosent hurt my serp or any related seo ?
     
    Mido, Nov 10, 2006 IP
  2. Mido

    Mido Well-Known Member

    Messages:
    1,438
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    158
    #2
    still waiting here
     
    Mido, Nov 17, 2006 IP
  3. abac401

    abac401 Well-Known Member

    Messages:
    125
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    145
    #3
    More than 15 second will safe
     
    abac401, Nov 18, 2006 IP
  4. redhits

    redhits Notable Member

    Messages:
    3,023
    Likes Received:
    277
    Best Answers:
    0
    Trophy Points:
    255
    #4
    302 redirects? man , why don't you just create a dynamic PHP error handler...

    And convert all 404 to an 200 OK code? in this way google will keep in mind all your 404 pages, because it will think they are 200 OK pages...
     
    redhits, Nov 18, 2006 IP