Joomla jsitemap pro error Error loading stylesheet

Most of the users experience this error Error loading stylesheet: Parsing an XSLT stylesheet failed with jsitemap pro extension formatted sitemap view when using it along admintools extension. The problem comes from a security settings in .htaccess file. If you created .htaccess using admintools extension then simply follow the following step and solve this issue. Here is the solution.

  • Go to admintools
  • Click and open .htaccess maker
  • Find the heading:
  • Exceptions
  • Allow direct access to these files
  • and add the following line of code


components/com_jmap/xslt/xml-sitemap.xsl

Thanks