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