Help with redirect.html

I am trying to use redirect.html in the hotspot to display a specific login page based on the interface the user is attached to.

hotspot listens on interface bridge1, bridge1 is a combined interface made up of 4 vlan interfaces. ${interface-name} is set correctly to vlanxx, vlanyy, vlanzz, etc based on the vlan their request it tagged with. All this seems to be working.

The problem I am having is that the redirect.html page that I customized to redirect to different “target”'s (per the hotspot “customizing the servlet pages” howto in the official docs) does not seem to be getting processed. I have cleared browser caches, stopped and restarted the hotspot, and rebooted the router. I just cannot seem to get the new redirect.html page to become active. Has anyone been able to customize redirect.html and have the system use their custom version?


Thank You
Robert

Seperate http servlet pages can be used for each bridge sub-interface.
Create rlogin.html, which redirects web browser to:

$(link-login-only)?target=$(interface-name-esc)&dst=$(link-orig-esc)

Then create sub-directories for every bridge sub-interface (directory
name should be the same as interface name) and put relevant hotspot http
servlet pages in each sub-directory.

Ok. This is what I was trying to do but with the redirect.html page instead of the rlogin.html page. I will try this instead.

Thank You
Robert Theisen