「討論:伺服器備份」修訂間的差異
跳至導覽
跳至搜尋
(已建立頁面,內容為 "跨校選修 wiki #版本在 LocalSettings.php 第二行 #$wgServer = "http://".$_SERVER['SERVER_NAME']; // by jj #$wgEnableUserEmail = false; #新增 $wgSharedDB,$…") |
|||
行 13: | 行 13: | ||
#$wgAllowUserCss = true; | #$wgAllowUserCss = true; | ||
#新增延伸套件'SecureLinkFixer','TemplateData','VisualEditor' | #新增延伸套件'SecureLinkFixer','TemplateData','VisualEditor' | ||
+ | 安裝後調整 | ||
+ | #chmod 777 -R images |
於 2021年3月12日 (五) 00:00 的修訂
跨校選修 wiki
- 版本在 LocalSettings.php 第二行
- $wgServer = "http://".$_SERVER['SERVER_NAME']; // by jj
- $wgEnableUserEmail = false;
- 新增 $wgSharedDB,$wgSharedTables 待了解
- $wgGroupPermissions['*']['createaccount'] = false; // 禁止路人建帳號
- $wgGroupPermissions['*']['edit'] = false; // 禁止路人編頁面
- $wgAllowImageTag = true; // 允許 img 標籤
- $wgEnableScaryTranscluding = true; // 跨wiki嵌入
- $wgDefaultUserOptions['watchcreations'] = 0; // 取消頁面監視
- $wgDefaultUserOptions['watchdefault'] = 0; // 取消頁面監視
- $wgAllowUserJs = true;
- $wgAllowUserCss = true;
- 新增延伸套件'SecureLinkFixer','TemplateData','VisualEditor'
安裝後調整
- chmod 777 -R images