diff --git a/Authentication.md b/Authentication.md index 08996ce..0c335f8 100644 --- a/Authentication.md +++ b/Authentication.md @@ -10,7 +10,7 @@ Depending on your servers abilities you can choose between two types of authenti ## .htaccess -.htaccess files are a commonly used to restrict access to files on a web server. One of the features of .htaccess files is the ability to password protect specific (or all) directories. If setup correctly, a password is required to access the files. +.htaccess files are commonly used to restrict access to files on a web server. One of the features of .htaccess files is the ability to password protect specific (or all) directories. If setup correctly, a password is required to access the files. The usage of .htaccess files requires three basic steps: