Error loading stylesheet: A network error occurred loading an XSLT stylesheet
-
I’m having a problem accessing the sitemap on our site:
https://rangerdesign.com/sitemap_index.xml/In Firefox it gives me:
Error loading stylesheet: A network error occurred loading an XSLT stylesheet:
https://rangerdesign.com/main-sitemap.xslIn Chrome and IE it gives a blank page
How do I fix this? I checked a bunch of solutions here, but nothing has worked so far. There doesn’t appear to be a clear solution for this.
We are using W3 Total cache on the site with MaxCDN.
I tried adding sitemap(_index|[0-9]+)?\.xml to the exceptions list but it wasn’t giving a 404 error, so that didn’t fix it.
I tried resaving the Permalinks
I tried adding this to our .htaccess but it didn’t change anything
<IfModule mod_mime.c>
AddType application/xml atom rdf rss xml
AddType text/xsl xsl
</IfModule><Files “xml-sitemap-xsl.php”>
Allow from all
</Files>Google can read the sitemap, but is generating a lot of errors and I need to see the sitemap that is being generated. Google is trying to crawl a lot of pages that don’t exist on our site.
Any suggestions on where to look?
- The topic ‘Error loading stylesheet: A network error occurred loading an XSLT stylesheet’ is closed to new replies.