Update .htaccess

This commit is contained in:
2021-05-03 05:37:58 +00:00
parent 670abb18da
commit 46f16518b4

View File

@@ -1,8 +1,3 @@
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]
RewriteCond %{HTTP_HOST} ^www\.(.+)$ [NC]