• ResolvedPlugin Author Transferito

    (@transferito)


    Your LiteSpeed server configuration can override PHP’s timeout setting.

    To get your migrations to work – add the code below to the top of your your destination servers htaccess file, if you do not have an existing htaccess file. Create a new htaccess file and put this in.

    <IfModule Litespeed> 
        RewriteEngine On
        RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
    </IfModule>

    Then re-run your migration and it will work.

Viewing 1 replies (of 1 total)
  • Plugin Author Transferito

    (@transferito)

    Steps to create a your htaccess file

    1. Navigate to your root installation directory or the directory that you want to install WordPress in eg. /var/www/public_html

    2. Create a file called .htaccess

    3. Please the code below in the htaccess in file and save.

    <IfModule Litespeed> 
        RewriteEngine On
        RewriteRule .* - [E=noabort:1, E=noconntimeout:1]
    </IfModule>
Viewing 1 replies (of 1 total)
  • The topic ‘LiteSpeed Server? Migrations failing?’ is closed to new replies.