如何拒绝从任何IP访问页面,除了从一个IP地址,但有这个授权的IP地址在Apache的基本authentication? 谢谢
/some/location/.htaccess
Allow from 149.15.90.70 deny from all AuthType basic AuthName "My Protected Page" AuthBasicProvider file AuthUserFile /staff/widricd/htpasswd Require user mint