Linux Debian, limiting the size of log files, example: syslog Edit this file: /etc/logrotate.d/rsyslog read more
Drupal Commerce: Customizing the checkout process The Drupal Commerce checkout process is compatible with most e-commerce businesses. One of our clients needs us to implement a checkout process … read more
Drupal: creating a dynamic link We will create a dynamic link to display the “My Orders” link in the user menu. read more
Drupal 10: creating a field formatter: the case of an Image Grid The field formatter lets you define the way in which data can be rendered. This feature is very useful for developing renderings that can be use… read more
Drupal 10, redirecting http requests to https Redirecting unsecured requests (http) to https can be done in different ways. Here's a simple approach using the .htaccess file read more
Drupal 10: Creating a patch in a contrib module Contrib modules make it easy to add functionality to a website. But sometimes we need to modify one or more details in a module file.To make thi… read more
Drupal : net::ERR_HTTP2_PROTOCOL_ERROR The error net::ERR_HTTP2_PROTOCOL_ERROR indicates a problem with the HTTP/2 network protocol. There are many possible causes and methods fo… read more
How to configure the hbkcolissimochrono module Have you ever wondered how to simplify delivery management for your online store? The answer could well be Colissimo, and thanks to the hbkcolis… read more
Memo : drupal views The views module is a very useful module for running a Drupal site. It basically allows you to sort content. read more
How to design a section on theme-builder: a practical example We'll now turn our attention to the creation of a section on our website. In this chapter, we'll take you step-by-step through the design of thi… read more
Creating a vhost used to enable a web server to manage several distinct websites on a single physical machine read more
Drupal: redirect your site to a subdirectory DIn shared hosting, the main domain points to /public_html. This default behavior can cause problems if your Drupal installation separates index… read more