Redirect Web page in firewall

Hi I have mikrotik Rb-750UP and i need to redirect web page like “www.yahoo.com” to “wwww.google.com
is there any way like in firewall except web proxy

I have bride and enable port for LAN and WAN
and in bridge setting enable >
1-use ip firewall
2 use ip firewall for pppoe

best regared

I think you can only do that with webproxy, i have searched for a while and did not get any solution without web proxy from MK.

I have a rule where i can redirect a specified ip address from my internal LAN to an website ( only works if you set the ip address of website)

/ ip firewall nat add action=dst-nat chain=dstnat comment=“REDIRECT TO IP WEBSITE” disabled=yes dst-port=80 protocol=tcp src-address=192.168.202.77 to-addresses=x.34.xxx.xxx to-ports=80

You could setup a wildcard DNS entry for yahoo.com in your DNS server that points to a google web server, and force all DNS requests to go through the router. Apart from the web proxy or doing a dst-nat on specific IP addresses/ranges, this is the only other way of doing this.