mikritk redirect one web url to an other url

Hi

I want to redirect one web url to another web url. But I did not want to use webproxy.
How its possible. Its not possible with static dns because I redirect to a url page path

plz help me

May be:

  • intercept DNS query (UDP/53) and redirect it to onboard DNS server with static record for new URLs’ domain part
    and
  • filter HTTP query (TCP/80) for certain IP request (no DNS) and mangle it to new dst IP
    and
  • filter URL query (TCP/some port) for undefined IP from any other DNS via Layer7, then redirect.

Page/script/request part of intercepted URL must be managed by your new redirected HTTP server as well.