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
Try changing first 2 lines to
Order deny,allow Deny from all Allow from 1.2.3.x
Replace your desired IP in the Allow from
Allow from