src/cm/media/js/ckeditor/.htaccess
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Fri, 09 May 2014 18:35:26 +0200
changeset 656 a84519031134
parent 256 adccf7c023ef
permissions -rw-r--r--
add link to "privacy policy" in the header test
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
256
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     1
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     2
# Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     3
# For licensing, see LICENSE.html or http://ckeditor.com/license
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     4
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     5
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     6
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     7
# On some specific Linux installations you could face problems with Firefox.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     8
# It could give you errors when loading the editor saying that some illegal
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
     9
# characters were found (three strange chars in the beginning of the file).
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    10
# This could happen if you map the .js or .css files to PHP, for example.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    11
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    12
# Those characters are the Byte Order Mask (BOM) of the Unicode encoded files.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    13
# All FCKeditor files are Unicode encoded.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    14
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    15
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    16
AddType application/x-javascript .js
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    17
AddType text/css .css
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    18
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    19
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    20
# If PHP is mapped to handle XML files, you could have some issues. The
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    21
# following will disable it.
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    22
#
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    23
adccf7c023ef add fck editor for html texts
raph
parents:
diff changeset
    24
AddType text/xml .xml