.htaccess
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
源码类别:

Ajax

开发平台:

Others

  1. #
  2. # Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.
  3. # For licensing, see LICENSE.html or http://ckeditor.com/license
  4. #
  5. #
  6. # On some specific Linux installations you could face problems with Firefox.
  7. # It could give you errors when loading the editor saying that some illegal
  8. # characters were found (three strange chars in the beginning of the file).
  9. # This could happen if you map the .js or .css files to PHP, for example.
  10. #
  11. # Those characters are the Byte Order Mask (BOM) of the Unicode encoded files.
  12. # All FCKeditor files are Unicode encoded.
  13. #
  14. AddType application/x-javascript .js
  15. AddType text/css .css
  16. #
  17. # If PHP is mapped to handle XML files, you could have some issues. The
  18. # following will disable it.
  19. #
  20. AddType text/xml .xml