• Hello, Im using w3 total cache and Better wordpress google XML sitemaps plugins, and I have already followed the steps to fix this problem by adding those lines to the 404 exceptions list:

    robots\.txt
    sitemap\.xml(\.gz)?
    sitemap(_index)?\.xml(\.gz)?
    (sitemapindex|[a-z0-9_-]+)\.xml
    sitemap\.xml(\.gz)?
    sitemapindex?\.xml(\.gz)?
    (sitemapindex|[a-z0-9_-]+)\.xml

    these lines to “prevent caching exception list”

    sitemap(_index|[0-9]+)?\.xml
    sitemapindex?\.xml(\.gz)?

    and those to never minify the following pages:

    sitemap(_index|[0-9]+)?\.xml(\.gz)?
    sitemap(_index)?\.xml(\.gz)?
    ([a-z0-9_\-]+)?sitemap\.xsl
    [a-z0-9_\-]+-sitemap([0-9]+)?\.xml(\.gz)?
    sitemap_index.xml

    But this is not working

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Cannot generate an XML sitemap!’ is closed to new replies.