Today, I found out that my sitemap.xml file got problem. It showed me this error message when I tried to view it.
Error loading stylesheet: An XSLT stylesheet does not have an XML mimetype
http://www.cypherhackz.net/wp-content/plugins/google-sitemap-generator/sitemap.xsl
I think the problem come from the recently Google Sitemap Generator plugin upgrade.
Solution?
To solve this kind of problem, open up your .htaccess and add this line at the end of the file.
AddType application/xml .xsl
Save and upload.
hanggoro says
many thanks….
your explanation is short and clear and works perfectly.
regards