所以我尝试使用mod_proxy模块将来自192.168.2.0的流量重定向到www.google.com。以192.168.5.10为例,以www.hotmail.com为例。对使用重写引擎感到困惑!任何帮助都会很棒,谢谢。使用从apache到tomcat的ajp连接器。
重定向永久性192.168.2.0 http://www.google.com
#Deny from All
Order deny,allow
Allow from 192.168.5.0
RewriteEngine On
RewriteCond%{HTTP_HOST} ^ 192.168.16.210 $ RewriteRule /foo(.*)$ http://www.google.com $ 1 [P,L]