View Single Post
Posts: 1,425 | Thanked: 983 times | Joined on May 2010 @ Hong Kong
#6
It should not be a solution but rather a workaround. You may define the mapping in /etc/hosts so that typing 'wiki' in MicroB will send you to correct intranet website:

(as root)
Code:
echo 192.168.1.10 wiki >> /etc/hosts
(192.168.1.10 is an example)

I'm not sure if this can be considered a bug anyway.