我的 .htaccess 中有这个
<Limit GET POST>
Deny from all
Allow from xxx.x.xxx.x
Allow from xxx.xx.xxx.x
Allow from xxx.xx.xx.x
</limit>
所以我对这个设置很好,现在我允许某些 ip 访问我的服务器,但现在我需要添加另一个,但我无法获取他们的 ip 地址,所以我需要通过他们的 url 允许。我怎样才能完成这个案例?
例如我想developer.paypal.com/(any)
允许访问我服务器中的 php 脚本