Changes between Version 5 and Version 6 of faq/drupal/access-drupal-database-directly
- Timestamp:
- Apr 20, 2011, 3:41:44 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
faq/drupal/access-drupal-database-directly
v5 v6 13 13 This information is stored in your settings.php file. 14 14 15 The settings.php file will be located either in:15 The settings.php file will be located in: 16 16 17 17 {{{ 18 18 domain.org/web/sites/default/settings.php 19 }}}20 21 or (if your primary host is viewsic) in:22 23 {{{24 domain.org/drupal/settings.php25 19 }}} 26 20