Configuration File Location Cheat Sheet: Difference between revisions

From Acenet Knowledgebase
Jump to navigation Jump to search
No edit summary
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:


{{note| ./ refers to the directory where you have the script installed.}}
{{note| ./ refers to the directory where you have the script installed.}}


== WordPress ==
== WordPress ==
Line 9: Line 10:
./configuration.php
./configuration.php


== Drupal
== Drupal ==
./sites/default/settings.php
./sites/default/settings.php


Line 17: Line 18:
== OS Commerce ==
== OS Commerce ==
./includes/configure.php
./includes/configure.php
./admin/includes/configure.php (admin panel)
./admin/includes/configure.php (admin panel)


Line 24: Line 26:
== Zen Cart ==
== Zen Cart ==
./includes/configure.php
./includes/configure.php
./zc_admin/includes/configure.php (admin panel)
./zc_admin/includes/configure.php (admin panel)



Latest revision as of 17: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