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]