direct traffic from one subnet to html page

Hello everyone
is there anyway for directing all traffic from one subnet to html page that is saved inside the mikrotik. I am trying to put some pppoe customers that are not paying bill to go to the html page . I tried using hotspot but it is not working and in firewall rules I could not find the option for html.page
Thanks

Hello,

You could use something like this:

/ip firewall nat
add chain=dstnat src-address=<IP-PREFIX> protocol=tcp action=dst-nat to-addresses=webserver_ip to-ports=80

Regards,
Christopher H.

Christopher H
Thanks for replying but is it possible that html page is saved in local mikrotik files and directed towards it

anyone?