[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
[phpBB Debug] PHP Warning: in file [ROOT]/includes/crs/crs_misc_functions.php on line 37: mime_content_type(): Empty filename or path
Zen Cart 源代码 .htaccess

Zen Cart 源代码 .htaccess




下载文件

文件名: .htaccess
文件类型: Apache HTACCESS文件
文件大小: 792 Bytes
MD5: 9354ecae4b66e5a47d8dd916838a9524

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