Difference between revisions of "Configuration File Location Cheat Sheet"

From Acenet Knowledgebase
Jump to: navigation, search
(test)
 
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html> This is a cheat sheet for the location of common scripts' configuration files. It's helpful to know the location of your script's configuration file(s) in case you ever need to make changes to it such as changing its database connection details. Some scripts have separate configuration files for their admin panels as well which are included in this cheat sheet.  
+
This is a cheat sheet for the location of common scripts' configuration files. It's helpful to know the location of your script's configuration file(s) in case you ever need to make changes to it such as changing its database connection details. Some scripts have separate configuration files for their admin panels as well which are included in this cheat sheet.
<em>Please note - ./ refers to the directory where you have the script installed.</em>
+
 
<strong><span style="text-decoration: underline;">WordPress </span></strong><br />./wp-config.php<br /><br /><strong><span style="text-decoration: underline;">Joomla </span></strong><br />./configuration.php<br /><br /><strong><span style="text-decoration: underline;">Drupal</span></strong><br />./sites/default/settings.php<br /><br /><strong><span style="text-decoration: underline;">phpBB</span></strong><br />./config.php<br /><br /><strong><span style="text-decoration: underline;">OS Commerce</span></strong><br />./includes/configure.php<br /><em></em>./admin/includes/configure.php (admin panel)<br /><br /><strong><span style="text-decoration: underline;">CubeCart</span></strong><br />./includes/global.inc.php <br /><br /><strong><span style="text-decoration: underline;">Zen Cart</span></strong><br />./includes/configure.php<br /><em></em>./zc_admin/includes/configure.php (admin panel)<br /><br /><strong><span style="text-decoration: underline;">PHPlist</span></strong><br />./config/config.php  
+
{{note| ./ refers to the directory where you have the script installed.}}
<span style="text-decoration: underline;"><strong>Gallery</strong></span><br />./var/database.php  
+
 
<span style="text-decoration: underline;"><strong>Moodle</strong></span><br />./config.php  
+
 
<span style="text-decoration: underline;"><strong>Coppermine Photo Gallery</strong></span><br />./include/config.inc.php </html> [[Category:Scripts]]
+
== WordPress ==
 +
./wp-config.php
 +
 
 +
== Joomla ==
 +
./configuration.php
 +
 
 +
== Drupal ==
 +
./sites/default/settings.php
 +
 
 +
== phpBB ==
 +
./config.php
 +
 
 +
== OS Commerce ==
 +
./includes/configure.php
 +
 
 +
./admin/includes/configure.php (admin panel)
 +
 
 +
== CubeCart ==
 +
./includes/global.inc.php
 +
 
 +
== Zen Cart ==
 +
./includes/configure.php
 +
 
 +
./zc_admin/includes/configure.php (admin panel)
 +
 
 +
== PHPlist ==
 +
./config/config.php
 +
 
 +
== Gallery ==
 +
./var/database.php  
 +
 
 +
== Moodle ==
 +
./config.php  
 +
 
 +
== Coppermine Photo Gallery ==
 +
./include/config.inc.php
 +
 
 +
[[Category:Scripts]]

Latest revision as of 22:01, 3 October 2012

This is a cheat sheet for the location of common scripts' configuration files. It's helpful to know the location of your script's configuration file(s) in case you ever need to make changes to it such as changing its database connection details. Some scripts have separate configuration files for their admin panels as well which are included in this cheat sheet.

./ refers to the directory where you have the script installed.


WordPress

./wp-config.php

Joomla

./configuration.php

Drupal

./sites/default/settings.php

phpBB

./config.php

OS Commerce

./includes/configure.php

./admin/includes/configure.php (admin panel)

CubeCart

./includes/global.inc.php

Zen Cart

./includes/configure.php

./zc_admin/includes/configure.php (admin panel)

PHPlist

./config/config.php

Gallery

./var/database.php

Moodle

./config.php

Coppermine Photo Gallery

./include/config.inc.php