Error codes

m (Created page with "While seraching the net or creating your own site you may get some error pages, like 404 Not Gound error or 500 Internal Server error. In this article we'll explain the reasons f...")
 
m
Line 1: Line 1:
While seraching the net or creating your own site you may get some error pages, like 404 Not Gound error or 500 Internal Server error.
+
While searching the net or creating your own site you may get some error pages, like 404 Not Found error or 500 Internal Server error.
 
In this article we'll explain the reasons for these error pages and some possible fixes.
 
In this article we'll explain the reasons for these error pages and some possible fixes.
  
401 Unauthorized error
+
=='''401 Unauthorized error'''==
  
 
This error appears when access to the URL resource requires user authentication which either has not yet been provided or has been provided but failed. This is commonly known as "HTTP Basic Authentication".  
 
This error appears when access to the URL resource requires user authentication which either has not yet been provided or has been provided but failed. This is commonly known as "HTTP Basic Authentication".  
If you get this error then it means that you are truying to access some restricted area. To correct 401 Unauthorized error you need to contact the site owner and ask him to provide you with the login info needed. In case you are the site owner then this error page can be received by your users if you have set password protection.
+
If you get this error then it means that you are trying to access some restricted area. To correct 401 Unauthorized error you need to contact the site owner and ask him to provide you with the login info needed. In case you are the site owner then this error page can be received by your users if you have set password protection.
  
  
Line 16: Line 16:
 
=='''404 Not Found error'''==
 
=='''404 Not Found error'''==
  
The 404 Not Found error says for itself. It appears when you are trying to access some file or page that is not yet uploaded or has ben already removed.
+
The 404 Not Found error says for itself. It appears when you are trying to access some file or page that is not yet uploaded or has been already removed.
To correct 404 error you need to check the exact URL and the filename. These should coincide. Also keep in mind that filenames are case-sensitive, so index.html and Index.htl are different files.
+
To correct 404 error you need to check the exact URL and the filename. These should coincide. Also keep in mind that filenames are case-sensitive, so index.html and Index.html are different files.
  
 
=='''500 Internal server error'''==
 
=='''500 Internal server error'''==

Revision as of 13:32, 11 November 2011

rss feed for my website