diff --git a/chapters/security.xml b/chapters/security.xml index 8836f1a7bb..5b455bb479 100644 --- a/chapters/security.xml +++ b/chapters/security.xml @@ -1,5 +1,5 @@ - + Security @@ -293,7 +293,7 @@ AddHandler php-script .php There are some simpler solutions. By using - open_basedir() you can control and restrict what + open_basedir you can control and restrict what directories are allowed to be used for PHP. You can also set up apache-only areas, to restrict all web based activity to non-user, or non-system, files. diff --git a/security/index.xml b/security/index.xml index 8836f1a7bb..5b455bb479 100644 --- a/security/index.xml +++ b/security/index.xml @@ -1,5 +1,5 @@ - + Security @@ -293,7 +293,7 @@ AddHandler php-script .php There are some simpler solutions. By using - open_basedir() you can control and restrict what + open_basedir you can control and restrict what directories are allowed to be used for PHP. You can also set up apache-only areas, to restrict all web based activity to non-user, or non-system, files.