How do I redirect local IP to local IP-webserver

I have 3 subnets on LAN ports. I need redirect local IP I choose to another local IP of the webserver. If local IP I choose open any webpage on port 80 443 etc. will be redirect to my local IP of the webserver what is running on port 80.
Example local address 192.168.90.50 redirect to 192.168.90.100:80(webserver) or second local IP for webserver is 172.16.30.3:80. Subnet of 192.168.90.xxx is on 4 mikrotik ports what are in bridge. I use bridge rules to block traffic between each port except webserver address. I do not use webproxy. Is it possible to made it without proxy? I try use this rules to redirect but did not work
add action=dst-nat chain=dstnat disabled=no dst-port=80 protocol=tcp
src-address=192.168.90.12 to-addresses=192.168.90.100 to-ports=80
This rules work for me before - when is no bridge in use.
If problem is bridge How I can configure 4local ports for same IPs but not in switch or bridge mode? I need block traffic between those ports. But let them use WAN (internet) traffic.