附件转成远程后,首页四格还是本地地址
以前的站处理的很好,现在这个忘了咋解决了,大神给提示下吧!
本地转远程用的以下方法:有遗漏吗?
论坛程序:x3.4 20230520
缓存刷新、性能优化-内存已清理、CDN加速已清理。
我知道答案 回答被采纳将会获得1 贡献 已有2人回答
本地转远程用的以下方法:
- update pre_forum_attachment_0 set remote=1 where remote=0;update pre_forum_attachment_1 set remote=1 where remote=0;update pre_forum_attachment_2 set remote=1 where remote=0;update pre_forum_attachment_3 set remote=1 where remote=0;update pre_forum_attachment_4 set remote=1 where remote=0;update pre_forum_attachment_5 set remote=1 where remote=0;update pre_forum_attachment_6 set remote=1 where remote=0;update pre_forum_attachment_7 set remote=1 where remote=0;update pre_forum_attachment_8 set remote=1 where remote=0;update pre_forum_attachment_9 set remote=1 where remote=0;
- update pre_portal_article_title set remote=1 where remote=0;update pre_portal_attachment set remote=1 where remote=0;update pre_portal_topic_pic set remote=1 where remote=0;
- update pre_home_pic set remote=remote+1;
论坛程序:x3.4 20230520
缓存刷新、性能优化-内存已清理、CDN加速已清理。
我知道答案 回答被采纳将会获得1 贡献 已有2人回答