- Login ke router mikrotik via ftp
- Cari File alogin.html di folder hotspot copy file tersebut ke folder komputer agan, jangan lupa buat file backup.
- Buka dan Edit sedikit script file tersebut. Sebagai contoh User akan Agan redirect ke google.com. Perhatikan script dibawah ini
- Scrip alogin asli : <title>mikrotik hotspot > redirect</title>
<meta http-equiv=”refresh” content=”2; url=$(link-redirect)”>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<meta http-equiv=”pragma” content=”no-cache”>
<meta http-equiv=”expires” content=”-1″> - Dirubah menjadi :<title>mikrotik hotspot > redirect</title>
<meta http-equiv=”refresh” content=”0; url=http://www.google.co.id”>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″>
<meta http-equiv=”pragma” content=”no-cache”>
<meta http-equiv=”expires” content=”-1″>
<style type=”text/css”> - Link harus Anda tulis lengkap dengan “http://” Karena kalo tidak url yang dituju malah menjadi “http://iprouter/www.google.com”
- Edit Juga script berikut : location.href = ‘$(link-redirect)’; menjadi location.href = ‘http://www.google.com’;
- Simpan File alogin.html yang telah di edit tadi ke folder hotspot dan terakhir cek hasil editing Agan.
Home »Unlabelled » Redirect login mikrotik ke web tertentu
Redirect login mikrotik ke web tertentu
Langkah untuk Redirect ke Web Tertentu Setelah Login Hotspot Mikrotik adalah sebagai berikut :
{ 0 comments... Views All / Send Comment! }
Post a Comment