Manual:$wgScript
Appearance
Outdated translations are marked like this.
| Server URLs and file paths: $wgScript | |
|---|---|
| index.php의 URL |
|
| 이 변수가 소개된 버전: | 1.1.0 이전 |
| 이 변수가 사라진 버전: | 계속해서 쓰이고 있음 |
| 허용값: | (상대 경로) |
| 기본값: | "{$wgScriptPath}/index.php" (1.2+) "{$wgScriptPath}/wiki.phtml" (pre 1.1.0 - 1.1) |
| 기타 설정: 알파벳 순 | 기능별 순 | |
설명
$2에 상대적인 index.php의 URL.
$wgArticlePath is defined relative to $wgScript. If you redefine this in your LocalSettings.php then you must also make sure you update $wgArticlePath.