XML-RPC

XML-RPC is a remote procedure call (RPC) protocol that uses XML to encode its calls and HTTP as a transport mechanism. It allows a program running on one computer to call a function on another computer, and receive the result of that function. XML-RPC is designed to be simple and easy to use. It uses … Read more

Apache – Redirect IP to URL

When you enter your server’s IP address in the browser address bar, you are in fact sending an HTTP request over TCP/IP to your server with the URL field equal to http://IP. It is recommended that you redirect this request to your domain. So, without further ado, let’s redirect IP to domain using htaccess Configure … Read more

SSL Certificate; How to Get one for Free?

SSL certification is very important for the security of a website. It has become the de facto standard on the web. Therefore it is crucial that you get an SSL certificate and have your website communicate over HTTPS. For that we will use SSL certification provided by Let’s Encrypt. Let’s Encrypt is a none profit … Read more