Top "Dns" questions

DNS QUESTIONS MUST BE PROGRAMMING RELATED.

How can I set / change DNS using the command-prompt at windows 8

How can I set my DNS settings using the command-prompt or bat file at windows 8 I tried this: netsh interface …

windows-8 dns command-prompt
How do browser cookie domains work?

Due to weird domain/subdomain cookie issues that I'm getting, I'd like to know how browsers handle cookies. If they …

http cookies path dns rules
Wildcards in a Windows hosts file

I want to setup my local development machine so that any requests for *.local are redirected to localhost. The idea …

windows apache dns hosts virtual-hosts
Creating self signed certificate for domain and subdomains - NET::ERR_CERT_COMMON_NAME_INVALID

I followed this tutorial for creating Signed SSL certificates on Windows for development purposes, and it worked great for one …

ssl dns openssl windows-7-x64
Reverse ip, find domain names on ip address

How and from where websites like this http://www.yougetsignal.com/tools/web-sites-on-web-server/ are getting this information from? How can …

dns whois
How to redirect siteA to siteB with A or CNAME records

I have 2 hosts and I would like to point a subdomain on host one to a subdomain on host two: …

dns web-hosting cname
Does hosts file exist on the iPhone? How to change it?

I am developing an application that query to the server. In my Mac, I use the hosts file to change …

iphone dns hosts-file
How to enable named/bind/DNS full logging?

I am trying to find the perfect logging clause in named.conf that would help me enable full-level logs for …

logging dns bind named
.htaccess rewrite subdomain to directory

Is it possible to use .htaccess to rewrite a sub domain to a directory? Example: http://sub.domain.com/ shows …

apache .htaccess url-rewriting dns subdomain
What's the source of Error: getaddrinfo EAI_AGAIN?

My server threw this today, which is a Node.js error I've never seen before: Error: getaddrinfo EAI_AGAIN my-store.…

javascript node.js error-handling dns shopify