| Server URLs and file paths: $wgScript | |
|---|---|
| The URL of index.php. | |
| Introduced in version: | pre 1.1.0 | 
| Removed in version: | still in use | 
| Allowed values: | (relative path) | 
| Default value: | "{$wgScriptPath}/index.php" (1.2+) "{$wgScriptPath}/wiki.phtml" (pre 1.1.0 - 1.1) | 
| Other settings: Alphabetical | By function | |
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
- $wgRedirectScript
- $wgScriptPath
- $wgArticlePath
    This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.