htaccess维护重定向与IP和文件夹省略
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了htaccess维护重定向与IP和文件夹省略相关的知识,希望对你有一定的参考价值。
Redirects to specified page ignoring specified ip address and folders.
RewriteEngine On RewriteBase / RewriteCond %{REMOTE_ADDR} !^00.000.00.000 RewriteCond %{REQUEST_URI} !^/path/to/(.*)$ RewriteCond %{REQUEST_URI} !^/path/to/(.*)$
以上是关于htaccess维护重定向与IP和文件夹省略的主要内容,如果未能解决你的问题,请参考以下文章