Changeset 358
- Timestamp:
- 2007-06-03 19:18:21 (15 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/.htaccess (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/.htaccess
r306 r358 19 19 # == END LICENSE == 20 20 # 21 # ----------------------------------------------------------------------------- 21 22 22 # 23 23 # On some specific Linux installations you could face problems with Firefox. … … 28 28 # Those characters are the Byte Order Mask (BOM) of the Unicode encoded files. 29 29 # All FCKeditor files are Unicode encoded. 30 #31 # Just rename this file to ".htaccess" and leave it in the editor directory.32 # There are no security issues on doing it. It just sets the ".js" and ".css"33 # files to their correct content types.34 30 # 35 31