Skip to main content

404 ERROR

We every one know that when we request a page that doesnt exist we are given "404 error" but very rarely we know about it. most of us are unknown about the meaning of it.
So to remove the confusion this page is for you

404

1. A 404 is an HTTP status code often displayed as either "Not Found 404" or "Page Not Found" and is an indication that the web server exists, but the page you are attempting to access, does not. When this occurs it is an indication that theweb page has moved, been deleted, or is currently being updated. Below is an example of how a generic 404 error message may look on a web page.

Creating a custom 404 page

If you run your own website or blog it is essential that you create a custom 404 page to help direct visitors who encounters this error. If you have access to the .htaccess file and want to create a custom 404 error page add the below line into your .htaccess file. In the example below, any time a visitor encounters a 404 error they are directed to the my_404.htm page. If you have a web based Control Panel, such as cPanel, your 404 error pages can also be customized in that Control Panel.
ErrorDocument 404 /my_404.htm

Tips on creating a smart 404 error page

  • At the very least, make sure your 404 error page has links to other sections of your site. One good example is a link to your site map.
  • If your site or blog has a search engine, make sure it is visible on the 404 error page.
  • If you are using Google Analytics, setup error tracking so you can know about your 404 errors. 404 errors are also in the Google Webmaster tools.
  • If you are familiar with a scripting language, instead of referring a static 404 page make it dynamic. For example, the Computer Hope 404 page logs each error, runs the URL through an algorithm to suggest a recommended page, and finds keywords in the URL to be used in the search box.
Tip: If you are a webmaster and have moved a web page to an alternate location use a 301 error code. If you have removed something with no intentions of returning it use a 410


thank you computerhope.com for making my visiters easy by your text

Comments

Popular posts from this blog

QBasic and its history

QBasic Not to be confused with  Quick Basic . QBasic Paradigm Procedural Developer Microsoft First appeared 1991 ; 25 years ago OS MS-DOS ,  Windows 95 ,  Windows 98 ,  Windows Me ,  PC DOS ,  OS/2 , eComStation License Part of the operating system (a variety of  closed-source  licenses) Website www .microsoft .com Influenced by QuickBASIC ,  GW-BASIC Influenced QB64 ,  Small Basic QBasic  ( Microsoft  Quick Beginners All purpose Symbolic Instruction Code ) is an  IDE  and  interpreter  for a variety of the  BASIC programming language  which is based on  QuickBASIC . Code entered into the IDE is compiled to an intermediate representation , and this  IR  is immediately interpreted on demand within the IDE. [1]  It can run under nearly all versions of  DOS  and  Windows , or through  DOSBox / DOSEMU , on  Linux  and...

BIOS

BIOS From Wikipedia, the free encyclopedia This article is about the BIOS as found in IBM PC compatibles. For similar programs on non-PC systems, see  booting . The  BIOS  ( / ˈ b aɪ . ɒ s / , an acronym for  Basic Input/Output System  and also known as the  System BIOS ,  ROM BIOS  or  PC BIOS ) is a type of  firmware  used to perform hardware initialization during the  booting  process (power-on startup) on  IBM PC compatible  computers, and to provide runtime services for operating systems and programs. [1]  The BIOS firmware is built into  personal computers  (PCs), and it is the first software they run when powered on. The name itself originates from the Basic Input/Output System used in the CP/M  operating system in 1975. [2] [3]  Originally  proprietary  to the IBM PC, the BIOS has been  reverse engineered  by companies looking to create compatible ...

10 ways to earn money from website

If you dont know how to make a website click here for free guidelines When you are running your own site and finally start to see some serious traffic, you’ll probably want to earn some money from it. In this article we’ll look at 10 of the most popular ways to make money from your site. In each section I’ll list the big players in that specific field, but there are many more opportunities available–Google is your friend. You’ll find that you can mix and match many of these methods. Just be careful that you don’t overcrowd your site with ads. And of course you’ll need to test to find out what works best for your site. Let’s get started. 1. Cost-per-Click Ads Displaying banners based on a cost-per-click basis is the easiest way to make money with a site. Usually it’s just a matter of creating the ad banners and placing them in visible places and within the guidelines. You then get paid for each click on the ads. CPC ads come in many forms, from the traditional 468×60 ba...