This commit is contained in:
2021-05-03 05:34:53 +00:00
parent 6608f18467
commit 08a9d300b0
2 changed files with 5 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
AuthType Basic
AuthName "Your authorization required message."
AuthUserFile /home/dev/.htpasswd
require valid-user
RewriteEngine On
#RewriteCond %{HTTPS} !=on
#RewriteRule ^(.*)$ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301,NE]