Hello,
after update to 4.1 the sitemap_index.xml is not being generated (404 when loading).
I am using W3 Total Cache and Cloudflare, don't know where is the problem.
What I have noticed also is that if I uncheck the "Check this box to enable XML sitemap functionality." and Save XML settings, when the page refresh it is activated again and with the box checked.
Before v4.1 worked fine, is there any settings verification I should do to find the problem?
BTW,
I was using this code before in .htaccess
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_URI} !(.*)/$
RewriteRule ^(.*)$ http://www.mysite.com/$1/ [L,R=301]
and worked fine. Now I have had to remove it because it was adding / at the end of sitemap_index.xml. Even after removing it, the sitemap is not generated yet.
BR