diff --git a/.htaccess b/.htaccess index ab2545e..fca8091 100755 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,9 @@ +AuthType Basic +AuthName "Private project -> wait for production" +AuthUserFile /var/www/socioview.pass +Require valid-user + + RewriteEngine on RewriteCond %{REQUEST_FILENAME} !-f