Closed (fixed)
Project:
XML sitemap
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
6 Jul 2009 at 22:09 UTC
Updated:
20 Jul 2009 at 23:40 UTC
Error loading stylesheet: A network error occured [sic] loading an XSLT stylesheet:http://www.tips-q.com/sitemap.xsl
I get the same error regardless of whether or not I have the stylesheet option checked. This has no effect on a wget of sitemap.xml
Comments
Comment #1
avpadernoThat is really strange, because it works in the demo site.
Are you sure you installed the latest version?
Comment #2
dave reidHmm... that's odd. It looks like lighttpd is not allowing the request for 'sitemap.xsl' to be passed into Drupal. For example, if this were simply a 404, we'd see something like this page: http://www.tips-q.com/this-page-does-not-exist. But when we go to http://www.tips-q.com/sitemap.xsl, we get a lighttpd 404 page. I would highly recommend taking a look at your rewrite rules.
If I load http://www.tips-q.com/?q=sitemap.xsl it works just fine (since this is using the non-clean-URL path for the XSL).
Also, if you disable the stylesheet option, the cached sitemap files still need to be regenerated (on cron), so that's probably why you are not seeing a change right away.
Comment #3
eyecon-1 commentedI'll fiddle with lighty and close this.
Thanks
Comment #4
dave reidGo ahead and leave this fixed for now, just in case other people have this problem they can see this issue still. If you find that it's something you need to modify from the default lighttpd rules, let me know and I can include the tip in the module documentation.