Results 1 to 33 of 33

Thread: Make a More Functional 404 Error Page
      
   

  1. #1
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Make a More Functional 404 Error Page

    There may be other ways of doing this, this may have already been discussed, but for those of you out there who are interested in my way here is a great way to make a far more impressive and practical 404 error page.

    When someone types an error on your domain address or maybe clicks on a redundant link that is still on the seacrh engine, they usually get taken to a very informal blank white page that says something like:

    404 Error. The requested page cannot be found.

    Pretty useless for your potential visitors as they will now bugger off elsewhere!

    Here however, is what happens when they click on one of my client's sites on a url that doesn't exist...

    http://www.steppin-out.co.uk/pagemadeup.html
    (click to see what happens)

    This is a much better page for your client to land on than the usual 404 error page.

    How to make:

    Create your own 404 page by using one of your site pages as the template. In my example above, the error page is basically an exact duplicate of the home page. I have just ammended the top lines to read as it does. You can create a page as you like though.

    I named this page custom_page but again, name it what you like and publish it.

    Go into your CP and then File Manager.

    Look for a file called .htaccess

    Open this file up to edit.

    If it is blank just add this exactly as it is below and on one line.

    ErrorDocument 404 /custom_page.html


    It's also a good idea to add the code <meta name="robots" content="noindex"> to the <head> section of your 404 page, so that search engine robots don't add it to their indexes.

    (If you named your page anything else but custom_page then just change that in the link above)

    save it.

    Now see if it works....
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  2. #2
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    I forgot to add....

    My client above received 845 error page hits in the last 4 days. Visitors coming across standard erro pages are fairly likely to go to another site... Need I say more?
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  3. #3
    judavvforum is offline Major
    Join Date
    Nov 2007
    Location
    Arizona
    Posts
    389

    Default Re: Make a More Functional 404 Error Page

    Thanks for that bit of wisdom, Ramsey! It really does make more sense! I didn't even know that we had control of that page!

    It's a good day when you can learn something new!

    Cheers!

  4. #4
    sedona's Avatar
    sedona is offline Major General
    Join Date
    Jun 2007
    Location
    Sedona. Arizona
    Posts
    2,182

    Default Re: Make a More Functional 404 Error Page

    Thanks for that, Ramsey. Very easy and a valuable addition to any site. When I come across custom 404s where I can navigate back into the site I usually do so, as you say.
    CarbonTerry did a tutorial on this subject a while back and I meant to get back to it but didn't. Will be building one today.
    Cheers!
    Ken

    If there hadn't been women we'd still be squatting in a cave eating raw meat, because we made civilization in order to impress our girl friends. And they tolerated it and let us go ahead and play with our toys. Orson Wells

  5. #5
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by sedona View Post
    Thanks for that, Ramsey. Very easy and a valuable addition to any site. When I come across custom 404s where I can navigate back into the site I usually do so, as you say.
    CarbonTerry did a tutorial on this subject a while back and I meant to get back to it but didn't. Will be building one today.
    Cheers!
    Yeah as I said I wasn't sure if someone had touched on this before, but no doubt there are loads of ways, this is just one I discovered that I feel looks good.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  6. #6
    Tom vR's Avatar
    Tom vR is offline Brigadier General
    Join Date
    Apr 2007
    Location
    Centurion, South Africa
    Posts
    1,733

    Default Re: Make a More Functional 404 Error Page

    Thanks Ramsey for a great post.

  7. #7
    choco777's Avatar
    choco777 is offline Brigadier General
    Join Date
    Apr 2006
    Location
    Comalcalco, Tabasco, Mexico
    Posts
    1,526

    Default Re: Make a More Functional 404 Error Page

    Nothing in file mgr saying htacess

  8. #8
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by choco777 View Post
    Nothing in file mgr saying htacess
    hmmm, I just noticed on the new control panels this file does not show in the file manager, despite being able to see it through ftp manager. You can always create a new file with notepad and call it .htaccess. Then just enter the code I showed above.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  9. #9
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by choco777 View Post
    Nothing in file mgr saying htacess
    Click on file legacy manager.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  10. #10
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Just two little updates to this:

    1) If you have more than one domain on an account, this can still be done. Just make a custom 404 page for all sites, make sure they are all named the same and publish them all to their respective domains.

    2) Since doing this on all my own sites my Google Adsense revenue has increased by about 25%.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  11. #11
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by Marincky View Post
    Click on file legacy manager.
    Sorry Ramsey I can't find it in here either, is it under a different name or in a folder somewhere?

    Darren
    Happy Building

    DarrenC

  12. #12
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Make a More Functional 404 Error Page

    Scratch that.. I found it.
    Happy Building

    DarrenC

  13. #13
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    LOL, I have a feeling in the new CPs you have to tick 'show hidden files' or something like that
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  14. #14
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Make a More Functional 404 Error Page

    Apparently it says I don't have permision to tinker with htaccess on my server, when I clicked on the url at the bottom of this image. I am not sure which one to click on because it looks different the illustration above.



    Please advise

    Thanks
    Happy Building

    DarrenC

  15. #15
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    If I remember correctly I did just 'edit file'
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  16. #16
    DarrenC's Avatar
    DarrenC is offline Brigadier General
    Join Date
    Jul 2008
    Location
    Bristol UK
    Posts
    1,756

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by Marincky View Post
    If I remember correctly I did just 'edit file'
    All sorted -- Excellent tip!!
    Happy Building

    DarrenC

  17. #17
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by DarrenC View Post
    All sorted -- Excellent tip!!
    .. Ya it worked well for me too.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  18. #18
    mumu's Avatar
    mumu is offline Sergeant Major
    Join Date
    Jan 2008
    Location
    mexico
    Posts
    86

    Default Re: Make a More Functional 404 Error Page

    were do I publish the custom_page right in public_html?

  19. #19
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    yep
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  20. #20
    onenickol is offline Private First Class
    Join Date
    Feb 2008
    Posts
    9

    Talking Re: Make a More Functional 404 Error Page

    Yay! Thanks so much for this great tip! I like my new error page!

  21. #21
    valwilson is offline Sergeant Major
    Join Date
    Jul 2008
    Posts
    86

    Default Re: Make a More Functional 404 Error Page

    I just discovered this post, but I'm having difficulty with the CP part. Can you explain (to a technophobe!) exactly where I go in the CP, which directory do I open & how I find .htaccess?

    Thanks

  22. #22
    LadyEye's Avatar
    LadyEye is offline General & Forum Moderator
    Join Date
    Jun 2006
    Location
    Canada
    Posts
    10,548

    Default Re: Make a More Functional 404 Error Page

    Quote Originally Posted by valwilson View Post
    I just discovered this post, but I'm having difficulty with the CP part. Can you explain (to a technophobe!) exactly where I go in the CP, which directory do I open & how I find .htaccess?

    Thanks

    You will find the path to your control panel in your voda host registration information .. the email you received when you ordered your hosting account, the one with username and password and your ip publishing address, which you will need to log in below ..

    You can log into your control panel at vodahost here.

    VodaHost

    Your Website People!
    1-302-283-3777 North America / International
    07031847328 / United Kingdom

    ------------------------

    Top 3 Best Sellers

    Web Hosting - Unlimited disk space & bandwidth.

    Reseller Hosting - Start your own web hosting business.

    Search Engine & Directory Submission - 300 directories + (Google,Yahoo,Bing)



  23. #23
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Depending on which version of control panel you have, you may need to tick a box which says 'show hidden files' to see the htaccess file. When I wrote this thread this was based on the old control panels.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  24. #24
    valwilson is offline Sergeant Major
    Join Date
    Jul 2008
    Posts
    86

    Default Re: Make a More Functional 404 Error Page

    I can't see any box marked 'show hidden files'. When I search for htaccess, the search facility finds it (in public_html), but then when I double click it in the search box, public_html opens, but htaccess is not there. Very frustrating!

  25. #25
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    If you want to email me your CP log-in details I will gladly do this bit for you for free.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  26. #26
    valwilson is offline Sergeant Major
    Join Date
    Jul 2008
    Posts
    86

    Default Re: Make a More Functional 404 Error Page

    Thanks , I really appreciate it. I'll email you details now

  27. #27
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    Ok, that's done for you
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  28. #28
    arialvoyager is offline Sergeant
    Join Date
    Sep 2008
    Posts
    36

    Default Re: Make a More Functional 404 Error Page

    thanks marincky for this helpful tip.I just discovered this post now.I even add adsense and a google search box to my 404 page.See the sample here.
    Thanks again!!

  29. #29
    Marincky's Avatar
    Marincky is offline General
    Join Date
    Apr 2006
    Location
    Warwickshire, UK
    Posts
    4,564

    Default Re: Make a More Functional 404 Error Page

    hmmmmm, I wouldn't advise you put Adsense on it as it is an error page. Google will no be best pleased.

    Glad you found the tip useful though.
    Don't aim for success if you want it; just do what you love and believe in, and it will come naturally.

  30. #30
    myjaydee is offline First Sergeant
    Join Date
    Sep 2008
    Posts
    71

    Question This is a really good tip but I've got a problem

    I 've managed to make the 404 page okay and posted to public_html. It works perfectly on the www.maindirectory/anything. But it's really weird when you need to access it from a sub-directory ie www.maindirectory/anything/anywhere only 1 out of four pictures show up - the rest show as broken. Any ideas how I can fix this?

  31. #31
    myjaydee is offline First Sergeant
    Join Date
    Sep 2008
    Posts
    71

    Talking Found the answer to my latest question myself

    Figured I'd pass bit on as it might help others.

    If you use ErrorDocument 404 /not_here.html in the .htaccess the web does not show any pictures, etc as they are not in the same folder.

    However if you use ErrorDocument 404 http://www.yourdomain.com/not_here.html it actually redirects to the public_html file.

    Don't know if this will be helpful to others, but I think it satisfies my purposes.

  32. #32
    Doods is offline Sergeant
    Join Date
    Feb 2009
    Posts
    35

    Default Re: Make a More Functional 404 Error Page

    If it is blank just add this exactly as it is below and on one line.

    ErrorDocument 404 /custom_page.html


    What if it is not blank ? as I have this in the .htaccess file

    RewriteEngine on

    RewriteCond %{HTTP_REFERER} !^$
    RewriteCond %{HTTP_REFERER} !^http://mobilemassage.org/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://mobilemassage.org$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mobilemassage.org/.*$ [NC]
    RewriteCond %{HTTP_REFERER} !^http://www.mobilemassage.org$ [NC]
    RewriteRule .*\.(jpg|jpeg|gif|png|bmp)$ - [F,NC]

    Options All Indexes
    IndexOptions FancyIndexing

    <Files 403.shtml>
    order allow,deny
    allow from all
    </Files>




  33. #33
    AliB is offline Corporal
    Join Date
    Sep 2009
    Location
    Lydenburg; South Africa
    Posts
    18

    Smile Re: Make a More Functional 404 Error Page

    What a brilliant tip! Can't believe I actually managed - I'm a complete newbie with all this stuff and bumbling along! It looks great.....THANK YOU

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49