mv configuration.php-dist configuration.php
// Windows -> rename configuration.php-dist configuration.php
//
// Now edit this file and configure the parameters for your site and
// database.
// -------------------------------------------------------------------------
// Database configuration section
// -------------------------------------------------------------------------
//
$mosConfig_offline = '0';
$mosConfig_host = 'localhost'; // This is normally set to localhost
$mosConfig_user = ''; // MySQL username
$mosConfig_password = ''; // MySQL password
$mosConfig_db = ''; // MySQL database name
$mosConfig_dbprefix = 'mos_'; // Do not change unless you need to!
//
// -------------------------------------------------------------------------
// Site specific configuration
// -------------------------------------------------------------------------
//
$mosConfig_lang = 'english'; // Site language
$mosConfig_absolute_path = '/path/to/mambo/install'; // No trailing slash
$mosConfig_live_site = 'http://your_mambo_site.com'; // No trailing slash
$mosConfig_sitename = 'Mambo Open Source'; // Name of Mambo site
$mosConfig_shownoauth = '1'; // Display links & categories users don't have access to
$mosConfig_emailpass = '1'; // Send new registration passwords via e-mail
$mosConfig_offline_message = 'This site is down for maintenance.
Please check back again soon.';
$mosConfig_UseBanner = '1'; // Use banners 0 = No, 1 = Yes
$mosConfig_lifetime = '900'; // Session time
$mosConfig_MetaDesc = 'Mambo Open Source - the dynamic portal engine and content management system';
$mosConfig_MetaKeys = 'mambo, mambo open source, Mambo, Mambo Open Source';
$mosConfig_debug = '0';
$mosConfig_locale = 'en_GB';
$mosConfig_offset = '0'; // Local time offset
$mosConfig_hideAuthor = '0';
$mosConfig_hideCreateDate = '0';
$mosConfig_hideModifyDate = '0';
$mosConfig_hidePdf = '0';
$mosConfig_hidePrint = '0';
$mosConfig_hideEmail = '0';
$mosConfig_enable_log_items = '0';
$mosConfig_enable_log_searches = '0';
$mosConfig_sef = '0';
$mosConfig_vote = '0';
$mosConfig_gzip = '0';
$mosConfig_multipage_toc = '0';
$mosConfig_allowUserRegistration = '1';
$mosConfig_error_reporting = -1;
$mosConfig_error_message = 'This site is temporarily unavailable.
Please contact your System Administrator.';
$mosConfig_link_titles = '0';
setlocale (LC_TIME, $mosConfig_locale); // Country locale
?>