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
O URL de index.php.
Introduzido na versão:Antes de 1.1.0
Removido na versão:Ainda em utilização
Valores permitidos:(caminho relativo)
Valor predefinido:"{$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.)

Detalhes

O URL de index.php, relativo à raiz do documento da Web.

$wgArticlePath é definido em relação a $wgScript. Se redefinir isto no seu LocalSettings.php , então também deverá atualizar o $wgArticlePath.

Consultar também