i have setup my acrylic dns proxy to include some addresses to redirect to localhost- therefore i am able to redirect specific domain names to my local machine, without any need to look anything up on the internet (i don't have internet connection at places where i develop, long story).
anywyas, everything works fine when i am connected to internet
however, when i try to access the local domains when my internet connection is off (and that is quite often in my case) the web browsers will simply ignore the dns and won't even check it, writing me me off instantly by the "no internet connection" error message.
browsers seems to check the windows hosts file for the local addresses but ignores my dns proxy, containing more complex redirection that windows hosts file is simply not capable off. now i don't know how to hack firefox/chrome to check for the dns even though my internet connection is off.
does anybody have any experience with this?
the dns proxy setup details (if anyone was interested):
*.my.dev.local translates to 127.0.0.1
i am then using .htaccess to redirect user1.my.dev.local, user2.my.dev.loca., etc to specific user profiles of my website.