Open gvs6 opened 2 years ago
Greetings, where could I change the page where it redirects me to msn.com/es ... I would like to validate in which file it is modified. Thanks.
hello @gvs6 ,
You will need to replace a variable on the hotspot/login.html document on the router.
You must replace $(link-orig) with the url of the website you want them to get after login.
There are two, and both look like this:
<input type="hidden" name="dst" value="$(link-orig)">
Change them to
<input type="hidden" name="dst" value="http://www.mysite.com">
For more, see the docs here: https://wiki.mikrotik.com/wiki/Manual:Customizing_Hotspot
Please let me know if it works or not 😃
Thank you very much, it was very useful and your recommendation worked perfectly.
Greetings, where could I change the page where it redirects me to msn.com/es ... I would like to validate in which file it is modified. Thanks.