Friday, May 31st, 2019 by Helge
WordPress has long been offering built-in features that allow you to remotely connect to your site - of course, very smoothly and desirably when you do not have direct physical access to your computer. For a long time, the main solution to this was a file named xmlrpc.php - but in recent years the file has become more of a pest than a solution.

Now maybe your first thought is "xmlr ... what?" Don't worry, we'll go through everything you need to know, what the risks are and how to fix them on your WordPress site.
What is Xmlrpc.php?
XML-RPC is briefly a function ...
Thursday, May 23rd, 2019 by Helge
In the beginning of May, the latest WordPress version 5.2 or Jaco was released (named after the revolutionary jazz bassist Jaco Pastorius). In addition to the usual fine-tuning of security and stability, WordPress 5.2 also contains a lot of new useful functions.

Worth mentioning is, for example, that the WordPress team built on Site Health, a set of tools that focus on security and page speed introduced in version 5.1, with the site Health Check, which facilitates troubleshooting common configuration problems. Site Health Check also enables developers to more easily include debugging information for anyone who manages the site. There are also a number of useful news for developers, which you can ...
Tuesday, May 21st, 2019 by Helge
Restore your files and databases
Did you know that at Servage, we make all the backups on your files and databases available to you directly in your own home directory? If not, we definitely recommend you read this post!

Most have ever needed to recover data from a backup - whether it's your laptop that crashed, your phone's latest OS crashed, or an update of your WordPress made the page unusable. The third scenario is most common for our customers to have suffered (although we are sometimes consulted in the other examples also ).
In this blog post we will go through three ...
Friday, May 10th, 2019 by Helge

For each Servage hosting account, we are offering one SSH account. SSH stands for Secure Shell and is a way to log in to the server to be able to work directly on the server via text commands. When people refer to 'using SSH', they are referring to using an SSH client to connect to another computer's SSH server in order to remotely run commands on that computer. Any computer is capable of running both an SSH client and a server.
SSH has plenty of advantages, it allows the encryption of data so that those malicious would-be attackers cannot access your user information and passwords. SSH ...
Thursday, May 2nd, 2019 by Servage

There is an interesting story about Vilfredo Pareto, an economist who made an observation on the wealth of most of the nations in UN and found that 80% of the wealth of a nation is in the hand of 20% of the people in that country. This became famous as the 80/20 rule in the economic world there after.
In our computing world especially in case of web development and web developers who are focusing on performance optimization technique this same rule is working for the code. There are only 20% codes, which are consuming 80% time of the client-server interactions. This is particularly true for http requests. Us web programmers are ...
Recent comments