how to use a non standard tld with android
Posted
by
CommentLuv
on Stack Overflow
See other posts from Stack Overflow
or by CommentLuv
Published on 2010-12-25T09:43:38Z
Indexed on
2010/12/25
9:54 UTC
Read the original article
Hit count: 185
I have rooted my android and am able to edit the hosts file to redirect .com and other standard tld's to my local server with no problems.
non standard tld's do not work though.
eg. my shop orders system is at http://fired.wok which works find on local machines when added to my windows and linux hosts files but is not resolvable from within my android device.
I can use firedwok.co.uk) in the hosts file to point to my local machine but I'd much rather have fired.wok to work so I can use an android tablet to enter orders and deliveries.
so, how to make android work with a tld like .wok ?
© Stack Overflow or respective owner