⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htaccess.txt

📁 pebble-blog 博客源码博客源码博客源码
💻 TXT
字号:
#
# FCKeditor - The text editor for internet
# Copyright (C) 2003-2006 Frederico Caldeira Knabben
# 
# Licensed under the terms of the GNU Lesser General Public License:
# 		http://www.opensource.org/licenses/lgpl-license.php
# 
# For further information visit:
# 		http://www.fckeditor.net/
# 
# "Support Open Source software. What about a donation today?"
#
# ----------------------------------------------------------------------------- 
#
# 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.
#
# Just rename this file to ".htaccess" and live it in the editor directory. 
# There are no security issues on doing it. It just set the ".js" and ".css" 
# files to their correct content types.
#

AddType application/x-javascript .js
AddType text/css .css

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -