I have set up a site that is currently work in progress. I\'m using an external SMS gateway that needs access to a script on my server. However, I have set up a basic userna
Order deny,allow
Deny from all
AuthType Basic
AuthUserFile /www/.site_htpasswd
AuthName "Protected Area"
require valid-user
Allow from 1.2.3.4
Satisfy Any