Discuz,将本地附件全部改为远程附件的方法

最近把自己的网站的图片和web程序分离在不同的服务器了,这里就需要考虑通过设置discuz的远程附件来实现。而另一方面,以往论坛discuz的图片,还是沿用的原来的附件地址。

为了将附件全部改为远程附件的网址,需要做的是:

在 MYSQL里或者phpmyadmin里/论坛后台 系统工具 数据库升级 运行一条语句

update cdb_attachments set remote = ’1′

如果你想把远程附件全部移动到本地,转为本地附件,按照上面反过来操作下。并执行sql:

update cdb_attachments set remote = ’0′

This entry was posted in 程序 and tagged , , . Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>