Apr 11, 2023 4:18 am
When in standalone mode getting 404 while accessing https://forum.vsuite.online/sitemap.xml
I don't have any other SEO plugins installed. It's clean installation.
2 Replies
Apr 11, 2023 5:04 am
Hi @rilame
try this
add the following filter to your active WP-Themes (standalone installation) function.php
add_filter( 'wp_sitemaps_enabled', '__return_false' );
Apr 11, 2023 6:27 am
It worked. Thanks a lot!