这个问题是由fedora 16的/etc/mime.types文件引起的,centos 6也有相同的问题。
修改方法:
打开/etc/mime.types

vim /etc/mime.types


搜索文件中的
text/x-xsl xsl
text/x-xslt xslt xsl
如果搜到了,那么用下面的内容替换,如果没搜到,那么在文件尾部添加下面的内容
text/xml xsl
text/xml xslt xsl

保存退出
然后重启apache

service httpd restart

相关文章:

  • 2022-02-17
  • 2021-07-02
  • 2021-07-14
  • 2021-06-01
  • 2022-12-23
  • 2021-06-22
  • 2021-10-31
  • 2021-11-16
猜你喜欢
  • 2022-12-23
  • 2022-01-16
  • 2021-11-16
  • 2021-11-21
  • 2021-12-19
  • 2022-12-23
相关资源
相似解决方案