重定向除指定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:
ErrorDocument 403 http://www.domainname.com Order deny,allow Deny from all Allow from 124.34.48.165 Allow from 102.54.68.123
以上是关于重定向除指定IP之外的所有IP的主要内容,如果未能解决你的问题,请参考以下文章
如何在 ASP.Net 中将除单个 URL 之外的所有 URL 重定向到 https?
.htaccess 重定向除 css 和 javascript 之外的所有扩展
通过 httpd.conf / htaccess 重定向目录中除一个文件之外的所有文件