Local area WiFi Hotspot info pages

Hi, I have LAMP server on OpenWrt router MT7620 running info pages. Now I like to have simple solution to redirect all wifi clients to my website 192.168.1.1:80 without any radius server.
I don't offer any internet access only info pages.
There is Coovachilli, Nodogsplash and others, but is there any simple solution? Which turns all wifi connections direct to homepage 192.168.1.1.
Thank you

if you are the dns server and default gw... then ( ignoring https for a second ) things are much easier...

  • hijack all dns
  • dnsmasq return your ip for all domains ( wildcard )

or

iptables rewrite/redirect all outgoing 80 to your internal router ip...

use both... is preferable... as not everything uses dns... and dns(oH/oT) is less hijackable these days...