-
Notifications
You must be signed in to change notification settings - Fork 12
System Requirements
Laryn - CEDC.org edited this page May 28, 2020
·
3 revisions
The XML sitemap module's requirements are no different than a standard PHP installation.
- Your Backdrop install should not contain a sitemap.xml file in the Backdrop root directory as this will prevent the module from working.
- For larger sites, your server must be able to handle large write operations to your site's files and temporary directories during cron.
- You must have cron configured properly in order for the sitemaps to be generated.
- PHP XML extension. This extension is enabled by default in a standard PHP installation, except for some CentOS systems. This extension is required to run Backdrop.
- PHP XML Writer extension. This extension is enabled by default in a standard PHP installation, except on some Gentoo systems.