I have hotspot user account and after login I want the user to be forward to certain page instead of the page he wanted to visit
Now, if the user is log off and open the browser and type http://www.google.com, he will be forward to login page and after login foofle.com open. But I want him to be forwarded to certain site.
what do I need?
Note: I use Winbox to modifies options in the router. I also use front page to add html codes to html pages.
Use ‘dst’ as a GET parameter against ‘/login’ (if you use a form in login.html that the user submits against itself, insert a hidden form field with a name of ‘dst’ and a value of ‘http://my.final.redirect.com’) to override the forward destination after successful login.