Hi Guys, Today I am Going to Show You How to Fix “Unyson: Your website is hosted using the LiteSpeed webserver. Please consult this article if you have problems backing up.”?
Are you Looking for the Commonly Searched Term “Unyson: Your website is hosted using the LiteSpeed web server. Please consult this article if you have problems backing up.”. You are at the Right Place to Get Your Answers & Solve the Issue/Error.
Let’s See about it.
Basic Requirements
upload_max_filesize = 128M
max_input_time = -1
post_max_size = 128M
max_input_vars = 8000
max_execution_time = 200
Make sure you have enough disk space. Since Full Backup backups the entire wp-content folder.
If You Got this Error, Then It’s Sure that Your Web Hosting Company Uses Litespeed Server.
LiteSpeed appears to have problems with WordPress scheduled tasks
Check Out This: How to Transfer a Domain Easily from One Registrar to Another (In 3 Steps)? | Step-By-Step Domain Transfer Tutorial
Steps For How to Fix “Unyson: Your website is hosted using the LiteSpeed webserver. Please consult this article if you have problems backing up.”?
Method 1: Adding a code in the .htaccess file
Step 1: First of all Go to Your Web Hosting Site and Log into Your CPanel.
Step 2: Navigate to File Manager and Open Public_Html Folder.
Step 3: Now Right Click on the .htaccess File and Click Edit Option to Edit the .htaccess File.
Step 4: Add this Piece of Lines into the .htaccess File.
RewriteRule (wp-cron|class-fw-extension-backups|class–fw-ext-backups-module-tasks)\.php – [E=noabort:1]
RewriteRule (wp-cron|class-fw-extension-backups|class--fw-ext-backups-module-tasks)\.php - [E=noabort:1]
Step 5: Save the File and Refresh the WordPress Admin Page.
Method 2: Adding a code in the wp-config.php file
Step 1: First of all Go to Your Web Hosting Site and Log into Your CPanel.
Step 2: Navigate to File Manager and Open Public_Html Folder.
Step 3: Now Right Click on the Wp-Config.php File and Click Edit Option to Edit the Wp-Config.php File.
Step 4: Add this Piece of Lines into the Wp-Config.php
define( ‘ALTERNATE_WP_CRON’, true );
define( 'ALTERNATE_WP_CRON', true );
If the above two methods are not worked for you, then contact your web hosting company and ask them about why WordPress’s scheduler isn’t working.
Switch Over to a different web hosting company or Switch Over to a New Theme or Plugin. ( Since There are Lot of Good Themes and Plugins Out There)
That’s It! You’re Done Man!
That’s All About this Post. Give Your Reviews / Reactions about this Post and Leave Comments, Ask Your Doubts, We are here to Help You!