From 46f16518b478ea8036d7f3b3d9a490b6ae3e1589 Mon Sep 17 00:00:00 2001 From: Suvankar Sarkar Date: Mon, 3 May 2021 05:37:58 +0000 Subject: [PATCH] Update .htaccess --- .htaccess | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.htaccess b/.htaccess index f67bc2d..0a44291 100644 --- a/.htaccess +++ b/.htaccess @@ -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]