@isa wrote:
Hi
I am trying to rewrite a url and dont have an idea how this can be achieved.
current setup
- client hits a url www.hello.com
- this goes to the apache backend virtual host www.foo.com
What I want is
1. client hits a url www.hello.com
2. based on his IP we forward to different virtual hosts
3. E.g
client ip 10.0.0.1 this gets fowarded to virtual host www.foo.com
client ip 172.0.0.1 this gets forded to virtual host www.bar.com
Posts: 1
Participants: 1