.htaccess file is very important in the Apache server.
The real name of this file is Apache’s directory-level configuration file .
There are three major usages of .htaccess.
Authorization, authentication: .htaccess files are often used to specify the security restrictions for the particular directory, hence the filename “access”. The .htaccess file is often accompanied by an .htpasswd file [...]



