0

How to forward all traffic to another domain?
serverA has a serverA.com domain
serverB has a serverB.com domain
I want to forward all incoming traffic from serverA to serverB
For example, when I open the link below
serverA.com/example
This traffic is forwarded to ServerB.com/example
But I don't want to redirect to serverB

Joe
  • 11
  • 2

1 Answers1

0

I think that what you are asking for is a "URL redirect". This guy gets way further into the weeds that I can do in a paragraph here. ;-)

https://www.semrush.com/blog/redirects/

Then again, I just read your last sentence where you say you do NOT "want to redirect to serverB", so this may or may not be what you're looking for.

captain
  • 1
  • 2