Latest Posts

405 Not Allowed

405 Not Allowed

What it is an 405 Not Allowed Error ? Error 405 Not Allowed means that the server is performing some operation, and at some point got to this forbidance. Why is this happening? Typically, such a situation occurs for the following reasons: 1. If you import \ export too much database through a PHP-script. Almost ...

READ MORE +

Error 403 forbidden

Error 403 forbidden

An Error 403 forbidden means that access to this page is denied. Why is this happening? As a rule, there are 4 reasons this situation occurs for : 1. There is a wrong home page indes.php file on the server. How to fix? Check this file name spelling  and make sure it is written in the lower case. You should also ...

READ MORE +

401 Unouthorised

401 Unouthorised

What means 401 Unouthorised error? Error 401 Unauthorized Server is issued in the case, if there are authorization problems. Why is this happening? This is due to the fact that the user gave an incorrect request. Typically these errors  are related to the incorrect server settings. How to fix it? Initially the ...

READ MORE +

400 BAD REQUEST ERROR

400 BAD REQUEST ERROR

What is an "400 bad request" error ? The HTTP ‘Error 400: Bad Request’ usually  appears when a web server receives an unable to understand request. Typically the cause  is a malformed syntax.  The servers generate the 400 errors, when the request contains syntax not conform to the HTTP protocol. Why is this ...

READ MORE +

404 NOT FOUND

404 NOT FOUND

What it is an Error 404 NOT FOUND  ? The Error 404 Not Found means that the users is trying to browse a page that is not found or does not exist. Why is this happening? This is due to the fact that the user try to see a page on your site on a wrong link. For example the user has entered in the browser ...

READ MORE +

What is a .htaccess file?

What is a .htaccess file?

What is an .htaccess file? Htaccess (HyperText Access) is a simple configuration file that permits programmers, designers and developers to change the configuration of the Apache web Server so as to supply further functionalities. Using .htaccess files permits you to manage the behavior of your website or a ...

READ MORE +