Thread Starter
Andrew
(@8b141165)
Ah, thanks for the explanation. What would you do in this case? Just manually reorder them once?
$ wp option get active_plugins
array (
0 => 'cloudflare-flexible-ssl/plugin.php',
1 => 'redirection/redirection.php',
)
$ wp plugin install advanced-custom-fields --activate --quiet
$ wp option get active_plugins
array (
0 => 'advanced-custom-fields/acf.php',
1 => 'cloudflare-flexible-ssl/plugin.php',
2 => 'redirection/redirection.php',
)
You might be running into this problem, in which, presumably, the existing 410 error document configuration refers to a nonexistent path, e.g. ErrorDocument 410 /this-file-does-not-exist.html. If that’s the case you’ll need to either create the missing file or override the directive with a working one.