This guide will walk you through the steps of making files downloadable when a link is clicked. By default, clicking on a file link (like a PDF or video) will…
Category: Web Design & Development
How to Enable or Disable Functions Customisation for Users in PHP Selector
June 2, 2025 / Web Design & DevelopmentBy default, some PHP directives, such as “disable_functions,” may not be available for user-level management through PHP Selector. This article explains how to enable the disable_functions directive, allowing users to…
How to Enable the Ghostscript Feature for Users Under CageFS
March 24, 2025 / Web Design & DevelopmentThis article explains how to enable the Ghostscript feature for users under CageFS. Enabling the Ghostscript feature under CageFS allows users to process and convert PDF and PostScript files securely…
How to Install a Python WSGI Application
January 14, 2025 / Web Design & DevelopmentThis guide walks you through installing a simple Python application on a cPanel server using WSGI (Web Server Gateway Interface). Follow the process: Install Python and required dependencies: First, install…
How to remove unused JavaScript from your website
November 20, 2024 / Web Design & DevelopmentThis article explains how to remove unused JavaScript to optimise your website effectively. Removing unused JavaScript is essential to improve your website’s loading speed and overall performance. Why Remove Unused…
Getting started with Sitejet Builder: Overview and features
October 25, 2024 / Web Design & DevelopmentOverview: Welcome to our knowledge base about Sitejet Site Builder! This guide is designed to help you know more about Sitejet’s robust platform, whether you are just starting to create…
How to use Marketgoo for competitor analysis
October 24, 2024 / Account Management Web Design & DevelopmentIntroduction: An integrated marketing tool offered by eukhost allows users to improve their website’s search engine optimisation (SEO) efforts. It provides a user-friendly platform for website audits, keyword analysis, and…
How to Change the PHP handler using the Rebuild_phpconf script
August 21, 2024 / Web Design & DevelopmentIn order to ensure correct configuration and updates of PHP settings across your server, aligning them with the intended handler, use the rebuild_phpconf script to adjust the PHP handler. Follow…
How to Resolve the Error Message “There Has Been a Critical Error on This Website”
August 2, 2024 / Web Design & DevelopmentThis guide provides a solution to the “There Has Been a Critical Error on This Website” issue. The first step in fixing a major problem in WordPress is identifying its…
How to Install Python libraries without using the pip command
July 22, 2024 / Web Design & DevelopmentThis article explains how to install Python libraries without using the pip command. Using the Python pip command is the most popular method for installing external libraries on your system.…