Transfer website
Like an ordinary wordpress multisite, use .htaccess.sample
and .wp-config.sample.php
as samples to get right configs.
Default wp cron is disabled (because there is a custom plugin for webp image converting, that requires regular calls), so
install wp-cli
add a line to a system cron:
* * * * * {/pathToWpRoot/tools/cron.sh} > /dev/null
These steps are necessary, because for the multisite the ordinary call, like php wp-cron.php
won't work.
Last updated
Was this helpful?