Support Guides
Focused, task-driven articles covering a single action or process.
The cPanel webmail interface lets you manage your email account settings directly from a browser, without configuring a desktop email client. From a single landing page you can update your password, create autoresponders, set up forwarders and control spam…
PHP errors and warnings displayed on a live website expose internal code details to visitors and can make your site appear broken. Hiding them from the browser while keeping error logging active means you can still diagnose problems without affecting the…
Without pagination, WordPress loads all your posts onto a single page, which slows down load times and makes content harder to browse. Adding pagination splits your posts or content across multiple pages, giving visitors a cleaner experience and reducing the…
FileZilla is a free, open-source FTP client available for Windows, macOS and Linux. It lets you transfer files between your computer and your hosting account, whether you are uploading a new website, downloading a backup or editing files directly on the…
A website going offline can have several causes, from a temporary server issue to a DNS misconfiguration or a firewall block. Working through each possibility in order will help you identify the cause and get your site back online. This guide covers the most…
When you update content, change a theme or modify settings in WordPress, visitors may still see an older cached version of your site. Clearing the LiteSpeed Cache forces WordPress to serve fresh pages so your changes appear immediately. This article covers…
A content delivery network (CDN) serves your site’s static files – images, CSS and JavaScript – from servers located closer to your visitors. This reduces the distance data travels, which lowers page load times and reduces the load on your…
By default, WordPress sends emails using PHP’s built-in mail function. Emails sent this way carry no authentication, which means spam filters on the receiving end often block or discard them before they reach the inbox. Switching to SMTP lets your…
If your website accepts card payments, the Payment Card Industry Data Security Standard (PCI DSS) applies to you. Meeting these requirements protects your customers’ payment data and keeps you able to process card transactions. This article explains…
When your WordPress site shows a blank white screen or behaves unexpectedly, PHP errors are often the cause. WordPress includes a built-in debugging system that you can activate by editing a single configuration file, giving you visibility of the errors your…