aboutsummaryrefslogtreecommitdiff
path: root/.htaccess
diff options
context:
space:
mode:
Diffstat (limited to '.htaccess')
-rw-r--r--.htaccess6
1 files changed, 6 insertions, 0 deletions
diff --git a/.htaccess b/.htaccess
index e69de29..c26bd4b 100644
--- a/.htaccess
+++ b/.htaccess
@@ -0,0 +1,6 @@
+ErrorDocument 404 "/404.php"
+
+AuthType Basic
+AuthName "Private Website Beta"
+AuthUserFile /mnt/minteckrolt-main/.htpasswd
+Require valid-user \ No newline at end of file