Manual:$wgArticlePath
Jump to navigation
Jump to search
URLs and file paths: $wgArticlePath | |
---|---|
The base URL used to create article links. |
|
Introduced in version: | pre 1.1.0 |
Removed in version: | still in use |
Allowed values: | (relative or absolute URL, with '$1' to represent page title. If you use a relative URL, it must start with a slash (/).) |
Default value: | {$wgScript }?title=$1, or {$wgScript}/$1 depending on value of $wgUsePathInfo (ملحوظة: تعتمد القيمة الافتراضية لهذا المتغير على متغيرات أخرى، مثل القيم المضبوطة في Setup.php بعد تنفيذ LocalSettings.php .) |
Other settings: Alphabetical | By function |
التفاصيل
This is the base URL that will be used to construct all internal links within MediaWiki. The default value points it to the main index.php script using a relative URL, but if you are using .htaccess for pretty URLs, this can be altered as required.
Example
$wgArticlePath = '/wiki/$1';
انظر أيضا
- $wgScript
- $wgScriptPath
- $wgUsePathInfo
- $wgVariantArticlePath
- Manual:Short URL - for more information on URL configuration.
- Extension:NamespacePaths - Allows custom article paths to be mapped to namespaces of the wiki