Server not serving XML correctly?
Wednesday 03/12/2008 – Category: Uncategorized
I ran into this issue with a Drupal plugin (FCKeditor) today where an XML file wouldn’t load. it turned out to be a server configuration issue where Apache wasn’t serving XML files as it should, so the ajax request wasn’t processed correctly. To get Apache to serve XML files correctly, add this line to your .htaccess:
AddType text/xml xml
Leave a Reply
Recent Posts
- Light 2
(Thursday 12/6/2012 – 10 Comments) - Solve Something – The Best Helper App for Draw Something
(Tuesday 04/17/2012 – No Comments) - Marble Paint
(Friday 02/4/2011 – 1 Comment) - More Flickr Original Updates
(Sunday 01/23/2011 – 14 Comments)
