You are here Home > Know-how > MediaWiki - CMS > Include Files (PHP) > includes/DefaultSettings.php
MediaWiki - CMS
 

8.4.1 includes/DefaultSettings.php

15.06.2007
8.4 Include Files (PHP) [  up  ] - [ A - Z ] - [ top ] 8.4.2 includes/EditPage.php

8.1   Own MediaWiki Extension
8.2   Caching
8.2.1   eAccelerator
8.3   Upload Large Files
8.4   Include Files (PHP)
8.4.1   includes/DefaultSettings.php
8.4.2   includes/EditPage.php
8.4.3   includes/MimeMagic.php
8.4.4   includes/SpecialFoo.php
8.4.5   includes/SpecialPreferences.php
8.4.6   includes/SpecialUpload.php
8.4.7   includes/UserMailer.php
8.5   Interfaces / API's
8.5.1   Perl Interface
8.5.1.1   WWW::Mediawiki::Client
8.5.1.2   CMS::MediaWiki (Perl Module)
8.5.2   XML Stuff
8.5.3   PHP related
8.6   KnowledgeTree (DMS)
8.7   Security
8.8   Single Sign On
8.9   MySQL Database

includes/DefaultSettings.php (~line 1016)
$wgFileExtensions = array( 'png', 'gif', 'jpg', 'jpeg', 'doc', 'xls', 'pdf' );
dmoz-like category browsing

/**
 * disable experimental dmoz-like category browsing. Output things like:
 * Encyclopedia > Music > Style of Music > Jazz
 */
$wgUseCategoryBrowser   = true;
Important   I have never seen this works correctly!
A dmoz-like category browsing is what you see here on these pages ;-)
If you know how this works with Mediawiki please let me know.
--reto

Important   Problem with wrong Wiki content
(more than one Wiki on the same machine)

# Cookie settings:
#
/**
 * Set to set an explicit domain on the login cookies eg, "justthis.domain. org"
 * or ".any.subdomain.net"
 */
$wgCookieDomain = 'primus.example.net';
$wgCookiePath = '/your-wiki-path/';
$wgDisableCookieCheck = false;




See also:
Customize
Upload html files


8.4 Include Files (PHP)       A - Z Index       Top       Disclaimer       8.4.2 includes/EditPage.php


$Id: includes-DefaultSettings.html,v 1.89 2007/06/15 11:49:14 webcms Exp $
copyright © 2005-2007 by reto