我使用以下重写但当我使用10.40.62.13的浏览器访问服务器时,它仍然使用标准主页。
RewriteEngine On
RewriteCond %{http:iv-remote-address} ^((172\.30|10\.89)\.(.*)\.(.*))|((10)\.(40)\.(62)\.(13))$
RewriteRule ^(.*)$ /applications.html [PT,L]
答案 0 :(得分:0)
RewriteCond %{REMOTE_HOST} !^10\.40\.62\.13
RewriteCond %{REMOTE_ADDR} !^172\.30\.10\.89
RewriteCond %{REQUEST_URI} !/redirect_page\.html$
RewriteRule \.html$ /redirect_page.html [R=302,L]