Manual:$wgScript
معرفات المواقع الموحدة للخوادم وكذا مسارات الملفات: $wgScript | |
---|---|
The URL of index.php. |
|
أضيف في الإصدار: | pre 1.1.0 |
حذف من الإصدار: | لا يزال مستخدم |
القيم المسموح بها: | (relative path) |
القيمة الافتراضية: | "{$wgScriptPath }/index.php" (1.2+) "{$wgScriptPath }/wiki.phtml" (pre 1.1.0 - 1.1) |
إعدادات أخرى: أبجدية | حسب الدالة |
التفاصيل
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
.