Redirect all websites to a specific URL.

Hi there,

Can you please give me a hint on how to redirect all websites into one URL without creating a loop? I tried to use webproxy but when I do something like that

Access List
Src IP: 192.168.0.100
Action: Deny
Direct: google.com

I get a loop which I think it’s expected but how to avoid the loop and create certain redirection? I also tried:
dst host: !google.com

but it gives the same result.

Any feedback will be greatly appreciated.

don’t forget to add in webproxy a rule with allow to the ip of google (maybe the whole ip block /24) before deny and redirect rule.
nslookup www.google.com to see what ip google has