Web Management
How to Edit the Hosts File on Windows, Linux, and macOS
The hosts file is a text file present on all operating systems that allows you to associate domain names with IP addresses locally, without relying on DNS servers. Your computer checks this file before making any DNS query, so the entries you add ...
How to Change DNS Servers on Windows and macOS – Step-by-Step Guide
DNS (Domain Name System) servers are responsible for translating website names (like www.webzi.mx) into IP addresses that computers can understand. Your internet provider assigns DNS servers automatically, but you can change them manually to get ...
How to Connect Your Domain to Wix
If you built your website on Wix and want to use your own domain (for example yourdomain.com), you need to configure your domain's DNS to point to Wix's servers. There are two methods to do this: Method What does it do? Keeps email at Webzi? Option ...
How to Connect Your Domain to Shopify
If you have an online store on Shopify and want to use your own domain (for example yourdomain.com), you need to configure two DNS records in cPanel so your domain points to Shopify's servers. ℹ️ Note: This guide applies when your domain is ...
What Is WP Accelerate and How to Configure It?
WP Accelerate is a plugin designed for WordPress that includes a set of optimizations designed to improve the performance of WordPress sites hosted in environments with cPanel and CloudLinux. It integrates various techniques and tools that speed up ...
What Are Inodes and Why Do They Matter in Your Hosting?
An inode is an identifier for each file or folder in your hosting account. It doesn't matter if the file is large or small: every file, image, email, or folder counts as an inode. If you reach the inode limit of your plan, you won't be able to upload ...
How to Configure WP Super Cache Correctly
WP Super Cache is one of the most efficient caching plugins for WordPress. If your site loads slowly or visitors see outdated content, a proper configuration can fix it. This guide shows you how to set it up correctly. When Do You Need to Adjust WP ...
How to fix WordPress memory limit errors
Sometimes when installing or using themes and plugins in WordPress, you might run into errors related to the memory limit assigned to PHP. Some common messages include: Allowed memory size of xxx bytes exhausted... Fatal error: Out of memory... These ...
Popular Articles
How to fix WordPress memory limit errors
Sometimes when installing or using themes and plugins in WordPress, you might run into errors related to the memory limit assigned to PHP. Some common messages include: Allowed memory size of xxx bytes exhausted... Fatal error: Out of memory... These ...
Connect your email in Microsoft 365 (exchange)
To configure email sending from your cPanel server to Microsoft 365, you need to follow several steps, including DNS setup and updating the records to ensure emails are correctly handled. Access cPanel Log in to your cPanel account. Go to the Email ...
JetBackup 5: How to fix the Integrity Check error using CLI/SSH
When JetBackup performs its automated integrity verification processes, they may sometimes complete partially due to network interruptions, timeouts, or communication issues with the remote storage destination. If you receive notifications indicating ...
Basic SSH commands
FILE MANAGEMENT Copy file cp -a archivo.zip archivocopia.zip Create a 404.html file touch /home/usuario/public_html/404.html Compress directory zip -r archivo.zip /home/usuario/public_html/directorio Extract file unzip archivo.zip View contents of a ...
'Never Finished' error in JetBackup 5
The "Never Finished" error in JetBackup happens when a backup job doesn’t complete properly, leaving the process stuck in a "never finished" state. This issue can pop up for a bunch of reasons, like JetBackup services acting up, cache problems, or ...