如何将FCKeditor图片上传服务的基本URL设置为域名

发布于 2024-11-03 02:14:32 字数 208 浏览 2 评论 0原文

我有 FCKEditor 用于将图像上传到时事通讯,但编辑器中的图像是用相对路径放置的。

/uploads/media/1.jpg

如何强制使用。

http://www.example.org/uploads/media/1.jpg

在编辑器中创建 HTML 内容时

I have FCKEditor for uploading images to newsletter, but the images in the editor are placed with relative path.

/uploads/media/1.jpg

How can I enforce to use

http://www.example.org/uploads/media/1.jpg

when creating the HTML content inside the editor.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作妖 2024-11-10 02:14:32

在“fck/editor/filemanager/connectors/php/config.php”中

设置此参数:

$Config['UserFilesPath'] =“http://www.example.org/”

in "fck/editor/filemanager/connectors/php/config.php"

set this param :

$Config['UserFilesPath'] = "http://www.example.org/"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文