Easy way to create .htaccess file
.htaccess is a text file that contains commands to instruct web servers how to behave in certain situations. The file name starts with a dot because dot-files are hidden files on Unix-like operating systems.
It has a bit complex rules for writing commands. Mis-coding can cause serious risks. With .htaccess Editor you can create .htaccess files (without any knowledge of complex rules) that includes;
Deny all access to files
Basic authentication
Custom error pages
Password protection
Default pages
Redirect directives
Access restrictions
