如何让一个ip比如192.168.1.1 访问http://www.baidu.com/search/error.html时,实际访问的是http://www.google.cn/webhp/error.html
#acl baidu urlpath_regex -i^http://www.baidu.com/search/error.html
这样deny_ip这个用户访问http://www.baidu.com/search/error.html就会自动跳转到http://www.google.cn/webhp/error.html,而访问其他页面时不受影响。