Support Guides
Focused, task-driven articles covering a single action or process.
Outdated plugins are one of the most common entry points for attackers, as older versions frequently contain known vulnerabilities. Enabling automatic updates means your plugins receive security patches and new releases without requiring you to log in and…
Emails sent from your website can travel via two different methods: PHP’s built-in mail() function or SMTP. Choosing the wrong method is one of the most common reasons contact form messages and order confirmations end up in spam folders. This article…
There are several reasons you might need to take a website offline – scheduled maintenance, a security incident, a rebuild or a permanent closure. The method you choose depends on whether you need temporary or permanent downtime, and whether you still…
When a website shows a blank page or stops working unexpectedly, the cause is rarely visible to visitors. Servers are configured to suppress error output for security reasons, so the details are written to log files instead. Knowing where to find those files…
When you move a WordPress site to a new domain or promote a staging site to production, the old URLs remain hardcoded throughout your database. Pages, images and internal links all break until you replace every instance of the old address with the new one.…
ImageMagick is an image processing library used by PHP applications including WordPress and Magento for resizing, converting and manipulating images. The Imagick PHP extension connects your PHP stack to ImageMagick so applications can process images…
X-Frame-Options is an HTTP response header that controls whether your website can be embedded inside an iframe on another domain. On servers running the PCI security configuration, NGINX sets X-Frame-Options: SAMEORIGIN by default, which blocks iframes from…
n8n is an open-source workflow automation platform you host yourself, giving you full control over your data and workflows without per-task pricing. Installing it on cPanel shared hosting is possible, but the environment has real constraints: CloudLinux…
A subscription in Plesk is the set of hosting resources and permissions assigned to a domain. Managing subscriptions lets you control disk space, traffic limits, service plan associations and domain ownership without touching the command line. This article…
The Setup Node.js App tool in cPanel lets you run Node.js applications directly on your shared hosting account. This guide walks you through creating a basic working application so you can confirm Node.js is functioning correctly before building out your own…