[WordPress] PageSpeed vs WP Cache Plugin The advantage of a CMS cache plugin (example: WP-FastestCache) is that it will put the rendering of the cached page...
How to change the domain name of a WordPress website Do you want to change the domain name of your WordPress? This tutorial will show you how to change it...
How to Optimize admin-ajax.php for WordPress Introduction The admin-ajax.php file is an integrated service in WordPress. It is based on the Ajax model (Asynchronous JavaScript + XML)¹. The admin-ajax.php file allows WordPress to make updates...
Good Practices to Secure a WordPress CMS Introduction WordPress is a very popular CMS. Therefore, there are several ways to exploit its security flaws. We propose some...
WordPress installment with CloudFlare SSL + Let’s encrypt Introduction The following guide was created to help you setup Cloudflare for your Website and configure SSL connexion encryption for...
How to Perform Security Audits Our role is to provide a safe and optimal environment for all our customers. This is why we encourage them...
Authorize Pop-ups Sometimes a pop-up window is blocked. A message like “Pop-up blocked” is displayed. If this happens, you need to close...
Copy Emails from an IMAP Server to a PlanetHoster Server Sometimes it can be convenient to copy to an IMAP server of PlanetHoster all emails kept on another IMAP server...
CRON Tasks — Differences between Wget, Curl and PHP This article is intended to help you differentiate between Wget client, Curl and PHP commands. Main Differences To see the...
Tips for Securing your Web Hosting Introduction As you may have noticed, hackers are making headlines. Did you know that getting hacked is a real risk?...
Protecting your WordPress with double authentication via htaccess Hello everyone, Following the numerous hack/bruteforce attacks aiming at hacking the WordPress, we advise you to install the extension Limit...
Good Backup Practices Here is a basic rule of computer science that can save you a lot of trouble with your websites. The...
Debugging a NodeJS, Ruby or Python Application On our servers, we use Passenger to launch your NodeJS, Ruby and Python applications. When an error occurs in an...
Differences Between POP3 and IMAP Protocols POP3 and IMAP protocols are used for the incoming e-mail server. POP (Post Office Protocol) POP3 works by retrieving e-mail...
FTP Connection with the Cyberduck Software Cyberduck is free software for transferring files over the Internet. This guide has been put together to help you set...
How to Send Many Images or Pictures by Email How many of us have had problems with the size of attachments to Outlook or Thunderbird messages when sending e-mail...
How to Debug a WordPress Website In this article, we explain to cPanel users: Activate Display of WordPress Errors To activate the display of errors caused...
SSL – Redirect HTTP to HTTPS with the .htaccess SSL certificates Before redirecting to HTTPS, make sure you have an SSL certificate on your domain. You can check this...
How to Change PHP Time (Time Zone) Simply add this to your .htaccess file: SetEnv TZ Continent/Country For example: SetEnv TZ Europe/Paris Here is the list of...
How to Change Rights Recursively via cPanel or FileZilla In this article, we will look at how to change file and folder permissions recursively via cPanel and FileZilla. cPanel...