|
|
我使用 apt-get install fckeditor 安装, 然后加入以下设定至 apache2.conf:
Alias /fckeditor/ /usr/share/fckeditor/
<Directory "/usr/share/fckeditor/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order allow,deny
</Directory>
当使用浏览器链接 http://myhost/fckeditor/ 得到如下信息:
Forbidden
You don't have permission to access /fckeditor/ on this server.
有人能分享 FCKeditor 安装及使用经验吗? 谢谢! |
|