.htaccess脚本阻止远程访问并允许本地ip

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了.htaccess脚本阻止远程访问并允许本地ip相关的知识,希望对你有一定的参考价值。

The below code lets you stop access from the remote IPs excluding your local machine IP. This code can be setup where someone wants to provide an internal access and restricting the external access for the web service.
- [Automated Predictive Dialler Software for Call Centres](http://touchstarccs.co.uk/ "Automated Predictive Dialler Software for Call Centres")
  1. RewriteEngine on
  2. RewriteCond %{REMOTE_ADDR} !^127.0.0.1$
  3. RewriteRule .? http://www.example.com [L]

以上是关于.htaccess脚本阻止远程访问并允许本地ip的主要内容,如果未能解决你的问题,请参考以下文章

弹性 beanstalk .htaccess 文件不允许指定 IP 通过

.htaccess 阻止除我的 ip 之外的所有内容

apache .htaccess 分布式配置文件 解读

.htaccess-仅允许从某些IP和IP范围进行访问

htaccess 通过 ip 范围访问文件

怎么设置IP安全策略,只允许特定IP访问服务器