You can have only the text below (the first block from your htaccess) in your htaccess file and then change it’s permission to 0555 (read & execute):
# WordPress SEO – XML Sitemap Rewrite Fix
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
..
..
..
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
This is temporary solution. It’s difficult to tell whether this issue is just because of HMWP plugin or other plugin or combination of plugins. May be you can try replicating the issue with different plugins enabled and disabled (if possible try disabling all plugins except HMWP) and let us know the result, so that we can further look into it. Thanks!
-
This reply was modified 9 years, 11 months ago by Suman M..