404 when accessing ...
 
Notifications
Clear all

[Solved] 404 when accessing sitemap.xml in standalone mode

3 Posts
2 Users
2 Reactions
479 Views
Posts: 8
Topic starter
(@rilame)
Active Member
Joined: 3 years ago

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
Tutrix
Posts: 1403
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @rilame

try this

add the following filter to your active WP-Themes (standalone installation) function.php

add_filter( 'wp_sitemaps_enabled', '__return_false' );

How to Easily Add Custom Code in WordPress

Posts: 8
Topic starter
(@rilame)
Active Member
Joined: 3 years ago

It worked. Thanks a lot!