November 3, 2020
Domain names works by acting as a link or alternative name to the server that hosts your website. Without a domain name, anyone who wanted to visit your website would have to enter the full IP address which is usually 12 to 15 digit number. But the problem is that an IP address is difficult for people to memorize or to include on advertising materials.For example, www.softlinkoptions.co.ke is our domain name. Let’s say it points to the IP address 162.241.159.80.70. The IP address points to a server, but it doesn’t lead to the website if visitors try to use it. That’s because for an IP address to lead a website, the remote server needs to be using port 80 with a default page (i.e. index.html) stored in its public accessible directory. As you can see, messing around with server defaults […]