Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1097443
.htaccess
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Wed, Aug 13, 1:02 AM
Size
768 B
Mime Type
text/plain
Expires
Fri, Aug 15, 1:02 AM (7 h, 36 m)
Engine
blob
Format
Raw Data
Handle
710769
Attached To
rINP In-Portal
.htaccess
View Options
#
# Copyright (c) 2003-2012, CKSource - Frederico Knabben. All rights reserved.
# For licensing, see LICENSE.html or http://ckeditor.com/license
#
#
# On some specific Linux installations you could face problems with Firefox.
# It could give you errors when loading the editor saying that some illegal
# characters were found (three strange chars in the beginning of the file).
# This could happen if you map the .js or .css files to PHP, for example.
#
# Those characters are the Byte Order Mask (BOM) of the Unicode encoded files.
# All FCKeditor files are Unicode encoded.
#
AddType
application/x-javascript
.js
AddType
text/css
.css
#
# If PHP is mapped to handle XML files, you could have some issues. The
# following will disable it.
#
AddType
text/xml
.xml
Event Timeline
Log In to Comment