Custom 404 Page

Discussion in 'Water Cooler' started by Nick, Jun 10, 2009.

  1. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
    Do you have a custom 404 page on your site(s)? If so, what does it say and what is on it?
     
  2. Demo

    Demo Regular Member

    Joined:
    Jun 9, 2009
    Messages:
    172
    Likes Received:
    6
    Location:
    Europe
    First Name:
    Demo
    The build-up:

    -----
    The warning itself, page not found.

    - possibility there's an error in the url, if it's been typed
    - possibility of outdated cache, if SE redirected the visitor
    - Possibility of outdated link, if another site linked to the wanted page
    - Possibility of an error on our site + joke about giving the webmaster a punishment for letting this fault slip in

    Google searchbox
    -----
     
  3. Ak Worm

    Ak Worm Grand Master

    Joined:
    May 22, 2009
    Messages:
    979
    Likes Received:
    20
    First Name:
    Corey
    How Can We Create One?
     
  4. Demo

    Demo Regular Member

    Joined:
    Jun 9, 2009
    Messages:
    172
    Likes Received:
    6
    Location:
    Europe
    First Name:
    Demo
    Add the folowing line in your .htaccess in the root:

    Code:
    ErrorDocument 404 /errors/404.html
    /errors/404.html being www.mydomain.com/errors/404.html
     
  5. Chris

    Chris Regular Member

    Joined:
    Dec 27, 2007
    Messages:
    5,422
    Likes Received:
    86
    Interestingly enough, I do not have a customized "404" page. I should probably get on this - something creative...
     
  6. tech

    tech Regular Member

    Joined:
    Jun 13, 2009
    Messages:
    490
    Likes Received:
    11
  7. twhiting9275

    twhiting9275 Regular Member

    Joined:
    Aug 19, 2009
    Messages:
    372
    Likes Received:
    8
    I love 404 pages, seriously. Funny, unique, they're amusing Unfortunately, my cable provider has taken the liberty to insert their own advertisements into this . I'm STILL trying to figure out how they're doing this, and remove it, but it's a major pain to find since I have none of their software on my PC
     
  8. tech

    tech Regular Member

    Joined:
    Jun 13, 2009
    Messages:
    490
    Likes Received:
    11
    It should be something to do with the MODEM, if you have both modem and wireless router im 100% sure it wont be built into router but into the modem yes..

    Ours did have one on but we called them up and removed it, try doing that?
     
  9. twhiting9275

    twhiting9275 Regular Member

    Joined:
    Aug 19, 2009
    Messages:
    372
    Likes Received:
    8
    Doubt it's the modem/router , the thing is close to a year old and this just started showing up.

    I'll see what I can do calling them, typically, I hate calling them though, because I get these WTF answers , usually, like "What are you talking about?".
     
  10. Michael

    Michael Regular Member

    Joined:
    Jan 18, 2004
    Messages:
    166
    Likes Received:
    35
    Doesnt vbseo redirect unfound pages to your index instead of using 404 pages?
     
  11. Donkey

    Donkey Addict

    Joined:
    Jul 22, 2009
    Messages:
    81
    Likes Received:
    4
    First Name:
    Jon
  12. cheat-master30

    cheat-master30 Grand Master

    Joined:
    Jul 30, 2009
    Messages:
    789
    Likes Received:
    59
    Yep, although you'd need to have a played a certain video game to get the joke on it.
     
  13. David

    David Regular Member

    Joined:
    May 30, 2003
    Messages:
    1,088
    Likes Received:
    133
    Location:
    Australia

    you have a few different options for how it handles it, you can do nothing, redirect to forum index, or have it execute a custom script (IE a 404.php)
     
  14. David

    David Regular Member

    Joined:
    May 30, 2003
    Messages:
    1,088
    Likes Received:
    133
    Location:
    Australia

    check the DNS server settings. I use openDNS at home and they do the same crap for unresolved domains and various other things.
     
  15. Michael

    Michael Regular Member

    Joined:
    Jan 18, 2004
    Messages:
    166
    Likes Received:
    35
    Which is best for value retention if there is any when things are deleted? Surely returning to the index would be best correct?
     
  16. Soliloquy

    Soliloquy Regular Member

    Joined:
    Jun 3, 2009
    Messages:
    2,402
    Likes Received:
    66
    Location:
    New York City
    For my sister's ghost stories e-book site, I used to have a little Zener card Javascript app to test people's "psychic abilities" on the 404 page. It got lost somewhere in the shuffle and I haven't fixed it yet.
     
  17. twhiting9275

    twhiting9275 Regular Member

    Joined:
    Aug 19, 2009
    Messages:
    372
    Likes Received:
    8
    Actually, this isn't dns server related. I use OpenDNS myself, and I have no problem with them doing that, because they at least try to help out there. Occasionally I'll mistype one of my common domains and Open DNS can catch that usually.

    This is strictly 404 stuff. I really have no clue how they're doing it, and yeah, I should get ahold of them to tell them to stop spying on my network activity.
     
  18. Nick

    Nick Regular Member

    Joined:
    Jul 27, 2008
    Messages:
    7,441
    Likes Received:
    218
  19. PBNJ

    PBNJ Regular Member

    Joined:
    Mar 10, 2009
    Messages:
    79
    Likes Received:
    8
  20. David

    David Regular Member

    Joined:
    May 30, 2003
    Messages:
    1,088
    Likes Received:
    133
    Location:
    Australia
    No, providing useful and resourceful 404 (and other error) pages are the best method.

    Redirecting users back to the home page could get frustrating for the user. But if you provide them with a nice informative 404 page with a few useful links (site search, thread recommendations, even tags) would be a far better experience.
     

Share This Page