+ Reply to Thread
Results 1 to 11 of 11

Thread: How to fix / eliminate 404 errors?

  1. #1
    The Evil Mod
    Last Activity Yesterday 05:15 PM
    draggar's Avatar

    Join Date
    Dec 2007
    Location
    South Florida
    Country
    Posts
    9,351
    DNF$
    104,707
    Trader Rating: 38 reviews

    How to fix / eliminate 404 errors?

    Some of my sites are getting a significant amount of 404 errors - most likely from linking old pages.

    Is it possible to set up something where all the 404s will be redirected to the splash page?

    Is something like this advisable (say anti-spam measures)?


  2. #2
    Jedi Master
    Last Activity 02-08-2010 02:25 PM
    Bob's Avatar

    Join Date
    Apr 2002
    Location
    Massachusetts
    Country
    Posts
    2,989
    DNF$
    49,269
    Trader Rating: 75 reviews
    In your .htaccess file, put this line:


    ErrorDocument 404 /index.html

    where index.html is whatever file you want to direct to.

    -Bob
    The massive purge has begun.


  3. #3
    DNF Addict
    Last Activity 11-28-2009 05:03 AM
    dodo1's Avatar

    Join Date
    Jun 2003
    Location
    .DE
    Country
    Posts
    1,503
    DNF$
    3,745
    Trader Rating: 34 reviews
    Using a simple text editor, you'll have to create a file called .htaccess. Then add the following into the file:

    ErrorDocument 404 /index.html

    This would redirect users to the home page. You can also add more redirects for other error codes, such as 400, 403 etc.

    Then upload the file into the web site's main directory.

    *Edit* Bob beat me to it.


  4. #4
    The Evil Mod
    Last Activity Yesterday 05:15 PM
    draggar's Avatar

    Join Date
    Dec 2007
    Location
    South Florida
    Country
    Posts
    9,351
    DNF$
    104,707
    Trader Rating: 38 reviews
    Excellent, TY.


  5. #5
    DNF Addict
    Last Activity Yesterday 10:08 PM
    south's Avatar

    Join Date
    Dec 2006
    Location
    33143/04930
    Country
    Posts
    3,539
    DNF$
    1,171
    Trader Rating: 148 reviews
    Be careful. Not sure google likes that..
    All offers good for 72 hours except running auctions

    LAX Parking Rates | IAH Parking | Dammit!


  6. #6
    DNF Addict
    Last Activity 11-28-2009 05:03 AM
    dodo1's Avatar

    Join Date
    Jun 2003
    Location
    .DE
    Country
    Posts
    1,503
    DNF$
    3,745
    Trader Rating: 34 reviews
    Quote Originally Posted by south View Post
    Be careful. Not sure google likes that..
    Why not? I haven't had any problems with it so far and the biggest websites use this or a similar method to avoid blank error pages, too.


  7. #7
    The Evil Mod
    Last Activity Yesterday 05:15 PM
    draggar's Avatar

    Join Date
    Dec 2007
    Location
    South Florida
    Country
    Posts
    9,351
    DNF$
    104,707
    Trader Rating: 38 reviews
    Quote Originally Posted by south View Post
    Be careful. Not sure google likes that..
    Why?

    My main concern is people going to the site and getting the 404 thinking the site no longer exists (it is my wife's business) as opposed to just typing in / going to a wrong page?

    Google not liking it may be an issue, too.

    Also - how about global subdomain redirects?


  8. #8
    DNF Addict
    Last Activity Yesterday 10:08 PM
    south's Avatar

    Join Date
    Dec 2006
    Location
    33143/04930
    Country
    Posts
    3,539
    DNF$
    1,171
    Trader Rating: 148 reviews
    Not saying to use it under no circumstances, but it is my impression that google likes to find a true 404. If I see a lot of 404's to a page that used to exist, I often create that page, as google and others frequently maintain it in their search results even if it's no longer a real page, or not linked to from your internal links. In addition, if you have too many pages with the same content, they will further penalize you. Meaning that if a good chunk of your traffic is being redirected from a non existent page to your home page (for example), it could appear as the same content on multiple pages.

    Also: http://www.google.com/support/webmas...n&answer=93641

    Cheers!
    All offers good for 72 hours except running auctions

    LAX Parking Rates | IAH Parking | Dammit!


  9. #9
    Platinum Lifetime Member
    Last Activity 01-31-2010 08:25 PM

    Join Date
    Jun 2003
    Posts
    80
    DNF$
    162
    Trader Rating: 0 reviews
    Well, Google actually provides a widget that you can install that suggests what might be the correct page on your site. See www.maine.info/festivalss.php (an erroneous page for which Google's widget itself has suggested the correct page, plus has given an internal search box).

    For more info, see http://googlewebmastercentral.blogsp...re-useful.html

    Get the enhanced 404 widget here - http://www.google.com/support/webmas...?answer=136085

    You will need to to ensure that Custom error documents are available (and enabled) on your server, and you will need access to the relevant custom error document so that you can edit it.

    gck
    Small Community on Dedicated Server - www.maine.info/hosting


  10. #10
    Platinum Lifetime Member
    Last Activity Yesterday 06:27 AM
    dcristo's Avatar

    Join Date
    Feb 2005
    Location
    Australia
    Country
    Posts
    2,917
    DNF$
    76
    Trader Rating: 56 reviews
    Quote Originally Posted by south View Post
    Be careful. Not sure google likes that..
    True. Setting up a custom 404 page is best, and achieves the same purpose.


  11. #11
    DNF Member
    Last Activity 03-04-2010 11:49 PM
    godolphin's Avatar

    Join Date
    Dec 2005
    Posts
    627
    DNF$
    1,678
    Trader Rating: 34 reviews
    I've got some 404's on pages of my Wordpress Blog. Is the process for it same? I do not have good web design knowledge, kindly help.


+ Reply to Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts