From 211c8f25f952125b7e134b4fa6aa4afbfd81aede Mon Sep 17 00:00:00 2001 From: LogMANOriginal Date: Sat, 15 Sep 2018 21:13:10 +0200 Subject: [PATCH] Updated Authentication (markdown) --- Authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: