Digi Educorp

Best Practices

Website migration using plugin

Migration using “all-in-one immigration” plugin

Install the Plugin
Export the Website
Download the Exported File
Set Up Live Server
Install the Plugin on Live Server
Import the Website
Confirm Import
Update Permalinks and Site Settings (if needed)
Test Your Live Site

This method simplifies the migration process using the “All-in-One WP Migration” plugin, handling most of the transfer, including the database, files, plugins, themes, and configurations, without the need for manual steps or additional technical knowledge.

Increase the upload size of plugin

Copy the codes below and paste them at the bottom of your .htaccess file. Make sure you click on the Save button.

php_value upload_max_filesize 1280M
php_value post_max_size 1280M
php_value memory_limit 256M
php_value max_execution_time 300
php_value max_input_time 300