重定向除指定IP之外的所有IP

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了重定向除指定IP之外的所有IP相关的知识,希望对你有一定的参考价值。

If for some reason you would want to deny everyone or allow only a specific group of IP addresses to access your website, add the following code to your .htaccess file:
  1. ErrorDocument 403 http://www.domainname.com
  2. Order deny,allow
  3. Deny from all
  4. Allow from 124.34.48.165
  5. Allow from 102.54.68.123

以上是关于重定向除指定IP之外的所有IP的主要内容,如果未能解决你的问题,请参考以下文章

如何在 ASP.Net 中将除单个 URL 之外的所有 URL 重定向到 https?

.htaccess 重定向除 css 和 javascript 之外的所有扩展

重定向除部分 url 301 之外的所有 url

通过 httpd.conf / htaccess 重定向目录中除一个文件之外的所有文件

如何在没有 mod_rewrite 的情况下重定向除一个路径及其所有子路径之外的所有 URL?

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