<FilesMatch "(index_long|index_short|install|admin|internal_table_manager|orders).php">
AuthType Basic
AuthName "Restricted access"
AuthUserFile /Library/WebServer/Documents/.htpassword
Require user pstanleyweb
order deny,allow
deny from all
allow from 129.98.50.211 129.98.50.118 129.98.51.136
Satisfy any
</FilesMatch>