Plugin not generating sitemaps since upgrade to latest version.
-
WordPress 3.5.2
Wordpress SEO 1.4.12
Headway 3.4.11 and 3.5.3Hi, I’m not getting site maps generated for a number of my sites (using latest WP and WPSEO, with various versions of the Headway theme).
WPSEO was generating sitemaps prior to upgrade to 1.4.12 (I tested prior to updating the plugin), immediately after update, when I click through the “You can find your XML Sitemap here” button I get an error dialogue:
This webpage is not available
The webpage at https://www.coreacupuncture.co.uk/sitemap_index.xml might be temporarily down or it may have moved permanently to a new web address.
Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error.Example sites: https://www.coreacupuncture.co.uk or https://www.beautyeducation.co.uk
example plugin generated sitemap url: https://www.coreacupuncture.co.uk/sitemap_index.xml
I’ve tried adding the htaccess fix:
# WordPress SEO – XML Sitemap Rewrite Fix
<IfModule mod_rewrite.c>
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]
</IfModule>
# END WordPress SEO – XML Sitemap Rewrite Fix– it doesn’t seem to work…
- The topic ‘Plugin not generating sitemaps since upgrade to latest version.’ is closed to new replies.