htaccess维护重定向与IP和文件夹省略

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了htaccess维护重定向与IP和文件夹省略相关的知识,希望对你有一定的参考价值。

Redirects to specified page ignoring specified ip address and folders.
  1. RewriteEngine On
  2. RewriteBase /
  3. RewriteCond %{REMOTE_ADDR} !^00.000.00.000
  4. RewriteCond %{REQUEST_URI} !^/index.html$
  5. RewriteCond %{REQUEST_URI} !^/path/to/(.*)$
  6. RewriteCond %{REQUEST_URI} !^/path/to/(.*)$
  7. RewriteRule ^(.*)$ http://www.yourdomain.com/index.html [R=307,L]

以上是关于htaccess维护重定向与IP和文件夹省略的主要内容,如果未能解决你的问题,请参考以下文章

apache_conf .htaccess维护重定向

htaccess 使用 OR 和 NC 重定向

htaccess 重定向除了一个文件

使用.htaccess重定向到站点更新的维护页面

HTACCESS-将IP重定向到域

通过.htaccess从HTTPS重定向到IP地址到域名