Custom 404 Page

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

  1. Nick

    Nick Regular Member

    7,441
    218
    458
    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

    172
    6
    104
    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

    979
    20
    0
    How Can We Create One?
     
  4. Demo

    Demo Regular Member

    172
    6
    104
    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

    5,422
    86
    434
    Interestingly enough, I do not have a customized "404" page. I should probably get on this - something creative...
     
  6. tech

    tech Regular Member

    490
    11
    164
  7. twhiting9275

    twhiting9275 Regular Member

    372
    8
    324
    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

    490
    11
    164
    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

    372
    8
    324
    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

    166
    35
    104
    Doesnt vbseo redirect unfound pages to your index instead of using 404 pages?
     
  11. Donkey

    Donkey Addict

    81
    4
    64
  12. cheat-master30

    cheat-master30 Grand Master

    789
    59
    134
    Yep, although you'd need to have a played a certain video game to get the joke on it.
     
  13. David

    David Regular Member

    1,088
    133
    518

    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

    1,088
    133
    518

    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

    166
    35
    104
    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

    2,402
    66
    494
    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

    372
    8
    324
    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

    7,441
    218
    458
  19. PBNJ

    PBNJ Regular Member

    79
    8
    84
  20. David

    David Regular Member

    1,088
    133
    518
    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