LiteSpeed Server? Migrations failing?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘LiteSpeed Server? Migrations failing?’ is closed to new replies.