> For the complete documentation index, see [llms.txt](https://docs.angama.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.angama.com/about/transfer-website.md).

# 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&#x20;

1. install wp-cli&#x20;
2. add a line to a system cron:

&#x20;`* * * * * {/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.
