Manual:$wgScriptPath

This page is a translated version of the page Manual:$wgArticlePath and the translation is 33% complete.
آدرس‌های سرور و مسیرهای فایل: $wgArticlePath
The base URL used to create article links.
معرفی شده در نسخه:pre 1.1.0
حذف شده در نسخه:هنوز در حال استفاده است
مقادیر مجاز:(relative or absolute URL, with '$1' to represent page title. If you use a relative URL, it must start with a slash (/).)
مقدار پیش‌فرض:{$wgScript }?title=$1, or {$wgScript}/$1 depending on value of $wgUsePathInfo
(Note: The default value of this variable depends on other variables, such as the values set in Setup.php , after LocalSettings.php is executed)

جزئیات

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.

مثال

$wgArticlePath = '/wiki/$1';

جستارهای وابسته