the ploblem is ..the attachments cant to relink ..
if all attachments in webA ..
and webB server cant to load the web! attachments
if only use ftp to transfer...the security ploblem is important..
i remember discuz5.0 before ..the config.inc.php- $tablepre = 'cdb_'; // 表名前綴, 同一數據庫安裝多個論壇請修改此處
- // table prefix, modify this when you are installingmore than 1 Discuz! in the same database.
- $attachdir = './attachments'; // 附件保存位置 (服務器路徑, 屬性 777, 必須為 web 可訪問到的目錄, 不加 "/", 相對目錄務必以 "./" 開頭)
- // attachments saving dir. (chmod to 777, visual web dir only, ending without slash
- $attachurl = 'attachments'; // 附件路徑 URL 地址 (可為當前 URL 下的相對地址或 http:// 開頭的絕對地址, 不加 "/")
复制代码 can set it ..but 5.5 later ...
it changed to 后台.
so ..all the setting will be save in the sql..
not cant to set it in each web server |