<Files ~ "^\.(htaccess|htpasswd)$">
deny from all
</Files>

RewriteEngine on
RewriteCond %{HTTP_HOST} ^([a-z.]+)?dropcalltaxi\.in$ [NC]
RewriteCond %{HTTP_HOST} !^www\. [NC]
RewriteRule .? http://www.%1dropcalltaxi.in%{REQUEST_URI} [R=301,L]
order deny,allow
