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  FreeBSD . [2]  For its time, QBasic provided a state-of-the-art IDE, including a  debugger  with features such as on-the-fly expression evaluation and

Top 10 keyboard shortcuts everyone should know

Top 10 keyboard shortcuts everyone should know Using keyboard shortcuts can greatly increase your productivity, reduce repetitive strain, and help keep you focused. For example, to copy text, you can highlight text and press the Ctrl + C shortcut. The shortcut is faster than moving your hands from the keyboard, highlighting with the mouse, choosing copy from the file menu, and then returning to the keyboard. Below are the top 10 keyboard shortcuts we recommend everyone memorize and use. Ctrl + C or Ctrl + Insert and Ctrl + X Both  Ctrl + C  and  Ctrl +  Insert  will  copy  the  highlighted  text or selected item. If you want to  cut  instead of copy press  Ctrl + X . Apple  computer users can substitute the Ctrl key for the  command (cmd) key  on their computers. For example, pressing  Cmd + C  copies the highlighted text. Ctrl + V or Shift + Insert Both the  Ctrl + V  and  Shift + Insert  will  paste  the text or object that's in the clipboard . For Apple computer

computer network

A network may refer to any of the following: 1. A network is a collection of computers, servers, mainframes, network devices, peripherals, or other devices connected to one another to allow the sharing of data. An excellent example of a network is the Internet, which connects millions of people all over the world. Below is an example image of a home network with multiple computers and other network devices all connected to each other and the Internet. Computer network Examples of network devices *Desktop computers, laptops, mainframes, and servers *Consoles and thin clients *Firewalls *Bridges *Repeaters *Network Interface cards *Switches, hubs, modems, and routers *Smartphones and tablets *Webcams *Network topologies and types of networks The term network topology describes the relationship of connected devices in terms of a geometric graph. Devices are represented as vertices, and their connections are represented as edges on the graph. It describes