Viewing 14 replies - 31 through 44 (of 44 total)
  • not working for me as well. 1.4.15
    blank page

    upgrade 1.4.14 the site map didn’t work. now upgraded to 1.4.15 the sitemap shows on the web browser but there’s no file located in the webserver for the sitemap? does it generate a file?

    Location of sitemap: http://www.dealsoff.com/sitemap_index.xml

    but when I don’t into my webserver I don’t see the sitemap xml file there.

    I had the same problem but I made it work by going to the “XML Sitemaps” section in the settings and just hitting “Save” without changing anything and it now works. I made sure to click the “XML Sitemap” button at the top first, and that resulted in a 404 error. Once I clicked Save and tried it again, then it worked. 🙂

    I have similar problems.
    In Google webmasters tools I got an ‘sitemap not found errors’ on the sitemap. I tried to access the sitemap manually but also got 404 not found.

    It works yesterday but start having problems today… Maybe caused by updates too as I don’t remember did I upgrade this plugin

    same as others have had to disable the sitemap and opt for another plugin

    I also have a blank page due to stylsheet issue.
    I just upgraded to 1.4.15 and re-saved my permilinks, but still no joy.

    http://arwenstudios.com/mm/sitemap_index.xml

    I wanted the site map today and may now have to go down a different route 🙁

    @zenrhe I’m seeing a proper sitemap at the link you have given — looks like it works fine.

    Cheers! Must me my work cache (I cleared my cache). I can now see it in a different browser : )

    Same here not working, tried adding this code in .htaccess still no success.

    # WordPress SEO - XML Sitemap Rewrite Fix
    RewriteEngine On
    RewriteBase /
    RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
    RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
    RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
    # END WordPress SEO - XML Sitemap Rewrite Fix

    @rajesh, that code makes it worse for me, it returns a 404. Without it, at least I can see my sitemap_index in chrome.

    ohh sorry, code provided by plugin developer. Remove code then …

    No problem, it’s also my fault, as Yoast FAQ says it is code for those who get a 404 in the first place, which I don’t have such a problem.

    @astrasuite try this:

    In W3 Total Cache 0.9.2.2 or possibly older, go to Performance → Browser Cache, and then go to ’404 error exception list’ in the ‘General’ option block, and find this line:

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

    OR this line:

    sitemap\.xml(\.gz)?

    and change it to:

    (sitemapindex|[a-z0-9_-]+)\.xml

    I did same and now sitemap showing to normal reders.

    Ok… I have officially given up… I turned off this evil sitemap and turned on the one from BestWebSoft. With BestWebSoft, it generates the file (it is not dynamic) which is not what I wanted, but works… I had to edit for some client sites, too… but that was not the end of the world.

    I have another client with the “older” version that I will not update… at least not unless someone proves this is fixed.

Viewing 14 replies - 31 through 44 (of 44 total)
  • The topic ‘Sitemap broken in latest update 1.4.14’ is closed to new replies.