Redirect Website In Hotspot?

How can i redirect website in Hotspot?

For example: when my users will open www.abcd .com it will redirect to my local website at 11.0.0.100

Either use a firewall dstnat rule for the target IP address or enforce use of a transparent DNS proxy via firewall rules and implement a static DNS entry for the hostname so that the clients always ask your server directly.

Can u write the process in detail plz?

Local DNS caching resolver: http://wiki.mikrotik.com/wiki/DNS

Redirect all DNS to it:

/ip firewall nat add action=redirect chain=dstnat dst-port=53 protocol=tcp to-ports=53

from http://forum.mikrotik.com/t/hotspot-dns-cache-server/28132/1 found via a Google search for “mikrotik transparent DNS”

I think it depends on the destination server, I think this won’t work in multihomed servers.