Jump to content

Recommended Posts

Posted

Hello,

 

Does anyone know a way we could redirect all traffic to a specific URL to another?

 

For example, if a user goes on to google.com, they will be redirected to google.co.uk? Or eBay.com to Amazon.com etc.

 

I tried this with host files, but it doesn't look like modern web browsers check them.

 

Could it be done with DNS?

 

Thanks

Posted

DNS would make one site look like another, and then break TLS certs.

 

You'd need DNS, and then also a web server to do a 302 redirect, and if the sites have HSTS you'd need your own CA cert installed on each computer and generate CA certs for the fake domains.

 

Or do it client side, install an extension for each browser

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...