Winbox: Could not fetch index from a.b.c.d (port 80): Moved

When connecting, Winbox errors with:

Could not fetch index from a.b.c.d (port 80): Moved Permanently

What does this mean and what is the resolution?

Kind regards/ldv

bump
anyone?
i’m having same problem after forwarding a port eth0 (public internet) to eth1 (mikrotik)


port forward to wireless
echo ā€œ1ā€ > /proc/sys/net/ipv4/ip_forward
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 8291 -j DNAT --to 10.0.1.254:8291
iptables -A FORWARD -p tcp --dport 8291 -d 10.0.1.254 -j ACCEPT
iptables -A FORWARD -p tcp --sport 8291 -d 10.0.1.254 -j ACCEPT

http://forum.mikrotik.com/t/winbox-could-not-get-index-fatal-error/21471/1

Did you try the fixes discussed in that thread?