Manual:$wgScript/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgScript and the translation is 12% complete.
Server URLs and file paths: $wgScript
The URL of index.php.
Eingeführt in Version:pre 1.1.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(relative path)
Standardwert:"{$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)

Details

The URL of index.php, relative to DOCUMENT_ROOT.

$wgArticlePath is defined relative to $wgScript. If you redefine this in your LocalSettings.php then you must also make sure you update $wgArticlePath.

See also