<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>
Options -Indexes
AuthUserFile 00000
AuthGroupFile /dev/null
AuthName "Please enter your ID and password"
AuthType Basic
require valid-user 
RewriteEngine on
RewriteCond %{HTTP_HOST} ^(ganna\.p2h\.info/vb/index\.php)(:80)? [NC]
RewriteRule ^(.*) http://www.ganna.p2h.info/vb/index.php/$1 [R=301,L]
order deny,allow
