Jump to content

Recommended Posts

Posted

Hello,

 

I currently have any traffic that goes to bing.com redirect to google.co.uk (we block bing as you can access inappropriate content)

 

Below is an example of the squid.conf file

acl badsites dstdomain bing.com
deny_info http://google.co.uk admin_network
http_reply_access deny badsites admin_network
http_access deny all

 

This works fine but I would like it if anyone were to search for something using bing it will redirect the search query to google.co.uk

 

bing.com/search?q=SEARCHVALUEHERE
google.co.uk/search?q=SEARCHVALUEHERE

 

It looks like i just need to replace bing.com with google.co.uk. Is this possible?

 

Thank you,

William

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...