0
If you want that after successful login to hotspot , user must be redirected to your advertisement web site / any other web, then You will need to replace a variable on the hotspot/login.html document on the mikrotik router.
You must replace $(link-orig) with the url of the website you want them to get after login.
There are two links that you have to replace, and both look like this:

1
input type=hidden name=dst value=$(link-orig)

Change them to

1
input type=hidden name=dst value=http://mikrotikbook.blogspot.com/
 
Now after successful login, user will automatically redirected to yoursite.com, you can also create your customized page showing users details using the variables available.

Post a Comment

 
Top