JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.0
[ckeditor.git] / .htaccess
diff --git a/.htaccess b/.htaccess
new file mode 100644 (file)
index 0000000..7644c32
--- /dev/null
+++ b/.htaccess
@@ -0,0 +1,24 @@
+#\r
+# Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved.\r
+# For licensing, see LICENSE.html or http://ckeditor.com/license\r
+#\r
+\r
+#\r
+# On some specific Linux installations you could face problems with Firefox.\r
+# It could give you errors when loading the editor saying that some illegal\r
+# characters were found (three strange chars in the beginning of the file).\r
+# This could happen if you map the .js or .css files to PHP, for example.\r
+#\r
+# Those characters are the Byte Order Mask (BOM) of the Unicode encoded files.\r
+# All FCKeditor files are Unicode encoded.\r
+#\r
+\r
+AddType application/x-javascript .js\r
+AddType text/css .css\r
+\r
+#\r
+# If PHP is mapped to handle XML files, you could have some issues. The\r
+# following will disable it.\r
+#\r
+\r
+AddType text/xml .xml\r