Hi,
how can I configure hotspot, when the users open the web page it must redirect to our company home page automatically?
thank you,
ven
Hi,
how can I configure hotspot, when the users open the web page it must redirect to our company home page automatically?
thank you,
ven
Edit hotspot login.html to redirect to your company webpage.
hi ,
thank you for your reply, i want after login.
thank you,
Ven
Howto Redirect User to your selected site after successful Login
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:
input type=hidden name=dst value=$(link-orig)
Change them to
input type=hidden name=dst value=http://aacable.wordpress.com
Now after successful login, user will automatically redirected to your site, you can also create your customized page showing users details using the variables available.
thank you very much…