RewriteEngine On
RewriteCond %{HTTPS} off RewriteCond %{REQUEST_URI} /android/
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI} [R,L]


AuthType Basic
AuthName "Restricted Area"
AuthUserFile  /home1/activit6/.htpasswd
Require valid-user