Difference between revisions of "The Geeklog Configuration File"

From GeeklogWiki
Jump to: navigation, search
(Added note about it no longer being used as of 1.5.0)
 
(5 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<h2>Setting up config.php</h2>
+
'''Note:''' As of Geeklog 1.5.0, the <tt>config.php</tt> file is no longer used and has been replaced with the Configuration admin panel, which provides a graphical front-end where you can change all these settings.
  
<p>GeekLog's server settings are configured in a text file called config.php.  
+
 
It is necessary to edit this file to get your system running as well as  
+
== Setting up config.php ==
configuring it to your preferences. This file contains a set of variables  
+
 
that are defined below:
+
<p>Geeklog's server settings are configured in a text file called <tt>config.php</tt>. It is necessary to edit this file to get your system running as well as configuring it to your preferences. This file contains a set of variables that are defined below:
;[[Database Settings]]
+
 
;[[Server Settings]]
+
*[[Calendar Settings]]
;[[Site Settings]]
+
*[[Comment Settings]]
;[[Locale Settings]]
+
*[[Content Control Settings]]
;[[Session Settings]]
+
*[[Cookie Names]]
;[[Cookie Names]]
+
*[[Database Settings]]
;[[E-Mail settings]]
+
*[[Date Format Syntax]]
;[[Login settings]]
+
*[[E-Mail settings]]
;[[Submission Settings]]
+
*[[Image Settings]]
;[[Topic, What's New & E-mail Settings]]
+
*[[Links Settings]]
;[[Calendar Settings]]
+
*[[Locale Settings]]
;[[Story Settings]]
+
*[[Locale and Date Formats]]
;[[Comment Settings]]
+
*[[Localization]]
;[[Poll Settings]]
+
*[[Login settings]]
;[[Links Settings]]
+
*[[Poll Settings]]
;[[Image Settings]]
+
*[[RSS/RDF Feed Settings]]
;[[RSS/RDF Feed Settings]]
+
*[[Server Settings]]
;[[Content Control Settings]]
+
*[[Session Settings]]
;[[URL Rewriting]]
+
*[[Site Settings]]
;[[Localization]]
+
*[[Story Settings]]
;[[Locale and Date Formats]]
+
*[[Submission Settings]]
;[[Date Format Syntax]]
+
*[[Topic, What's New & E-mail Settings]]
 +
*[[URL Rewriting]]

Latest revision as of 11:31, 30 April 2009

Note: As of Geeklog 1.5.0, the config.php file is no longer used and has been replaced with the Configuration admin panel, which provides a graphical front-end where you can change all these settings.


Setting up config.php

Geeklog's server settings are configured in a text file called config.php. It is necessary to edit this file to get your system running as well as configuring it to your preferences. This file contains a set of variables that are defined below: