Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / .htaccess
blob1427d97fb6e542dfa240b3551fe45136e373dda9
2 # Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 # For licensing, see LICENSE.html or http://ckeditor.com/license
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.
12 # Those characters are the Byte Order Mask (BOM) of the Unicode encoded files.
13 # All FCKeditor files are Unicode encoded.
16 AddType application/x-javascript .js
17 AddType text/css .css
20 # If PHP is mapped to handle XML files, you could have some issues. The
21 # following will disable it.
24 AddType text/xml .xml