Jump to content

Manual:$wgScript

From mediawiki.org
This page is a translated version of the page Manual:$wgScript and the translation is 100% complete.
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)

(Note: The default value of this variable depends on other variables, such as the values set in Setup.php , after LocalSettings.php is executed.)

설명

문서 루트 에 상대적인 index.php의 URL.

$wgArticlePath $wgScript에 상대적으로 정의됩니다. 만약 LocalSettings.php 에서 이것을 다시 정의한다면, $wgArticlePath도 업데이트 하는지 확인해야합니다.

같이 보기