Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
3942da75
Commit
3942da75
authored
Dec 30, 2006
by
Dries
Browse files
- Patch
#105368
by KarenS and Morbus: clarify settings.php permissions.
parent
905fd30a
Changes
2
Show whitespace changes
Inline
Side-by-side
INSTALL.txt
View file @
3942da75
...
...
@@ -87,6 +87,14 @@ INSTALLATION
(i.e. http://www.example.com). You will be presented with the "Database
Configuration" page.
The install script will attempt to write-protect the settings.php after
updating it with the information you provide in the installation routine.
If you make manual changes to that file later, be sure to protect it again
after making your modifications. Failure to remove write permissions to
that file is a security risk. The default location for the settings.php
file is at sites/default/settings.php, but it may be in another location
if you use the multi-site setup, as explained below.
4. CONFIGURE DRUPAL
When the install script succeeds, you will be directed to the "Welcome" page.
...
...
sites/default/settings.php
View file @
3942da75
...
...
@@ -5,6 +5,12 @@
* @file
* Drupal site-specific configuration file.
*
* IMPORTANT NOTE:
* This file may have been set to read-only by the Drupal installation
* program. If you make changes to this file, be sure to protect it again
* after making your modifications. Failure to remove write permissions
* to this file is a security risk.
*
* The configuration file to be loaded is based upon the rules below.
*
* The configuration directory will be discovered by stripping the
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment