If you have a static IP you can add it as allow
rule:
<Limit GET POST PUT>
Options -Indexes
Order allow,deny
Deny from all
Allow from xxx.xxx.xxx.xxx
</Limit>
Otherwise you can use the Authenticantion modules: http://httpd.apache.org/docs/2.0/howto/auth.html