From 5fe630ad978057d07380d20aa3875f080df0b08d Mon Sep 17 00:00:00 2001 From: Lucas Kent <97860398+Bulbous-Baboon@users.noreply.github.com> Date: Tue, 6 Dec 2022 14:00:59 -0500 Subject: [PATCH] Test --- .htaccess | 7 ++++++- .htpasswd | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .htpasswd diff --git a/.htaccess b/.htaccess index 9fded1e..c244a6d 100644 --- a/.htaccess +++ b/.htaccess @@ -1 +1,6 @@ -ErrorDocument 404 /404.html \ No newline at end of file +ErrorDocument 404 /404.html + +AuthType Basic +AuthName "Development Folder" +AuthUserFile /.htpasswd +require valid-user \ No newline at end of file diff --git a/.htpasswd b/.htpasswd new file mode 100644 index 0000000..dd486e1 --- /dev/null +++ b/.htpasswd @@ -0,0 +1 @@ +LucasKent:{SHA}rBzhp89CcHXT+5O+qMe+pMiwkTY= \ No newline at end of file