What is the HOSTS file?
The HOSTS file is used by your computer’s Operating System (Windows, OS X, Linux, etc) to map hostnames to IP Addresses. In layman’s terms your computer will check this file for any domain it needs to resolve to an IP Address prior to querying public DNS resolvers. The HOSTS file can be used to point a domain name to an IP Address regardless of the DNS settings for the domain.
An example of a HOSTS entry to load “www.example.com” and “example.com” from the IP address “93.184.216.34“:
93.184.216.34 www.example.com example.com
Windows may require two separate lines like so:
93.184.216.34 www.example.com
93.184.216.34 example.com
When the above records are added to your HOSTS file the result is that if you try to load that domain in your browser it will connect to that IP to make the request. If you try pinging the domain you will find that it pings that IP as well. What this means is that you can use this to test your site on a new server before you point your world-wide DNS there. Continue reading “What is the HOSTS file & when should I use it?”
Over the last few years I have seen more accounts compromised due to outdated default themes like “Twenty Twelve”, “Twenty Thirteen”, “Twenty Fourteen”, etc. When a user installs a new copy of WordPress more often than not they proceed to install a new theme that they prefer over the default offerings. The big issue is the result of two missing steps that all webmasters should perform.
I want to start out by saying that not having a limit does not mean infinite usage is possible. We’re all smart enough to know that no matter what storage technology we’re using to power your sites there will ultimately be a finite limit. What “Unlimited Storage” means to us is being free from an arbitrary limit that you have to keep in mind and be careful not to cross. There are several analogies I can make but the best that I can make is to “Unlimited Calling” on cellular providers.
There are a few resources and plugins that I recommend for any new WordPress powered sites. When I start a new site one of the first things I want to do is set up the 