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...

Develop your website

Are you an enterpreneur and want a website to promote your buisness? If yes please choose your catogery so that you can feel easy. I need a attractive website i can invest required ammount I need a simple website and invest less Attractive website I can develop a website that explores everything of your buisness or profession you just need to bive me the detailed information of your buisness and i will evaluate it and decleare price if you agree to pay the work is started and will be completed within a month to 6 month as per expansivity of site  Simple Website I can also develop a simple website which will be informative source of your buisness and some speical features will be mentioned in site Note i will also give you a cms comment if you are intrested

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 ...