diff options
author | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-02 15:20:56 +0000 |
---|---|---|
committer | cash <cash@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2010-10-02 15:20:56 +0000 |
commit | bb84319d6066d22034df42bbd3b0a82f1d46d474 (patch) | |
tree | e3457d403a0af6b193ba2fbd63eafaf34c25e93e /languages/en.php | |
parent | b04f30ecf2347104131b8dccf7bb349b5ec72762 (diff) | |
download | elgg-bb84319d6066d22034df42bbd3b0a82f1d46d474.tar.gz elgg-bb84319d6066d22034df42bbd3b0a82f1d46d474.tar.bz2 |
Closes #2129 - installer now works with web servers besides Apache - tested with nginx
git-svn-id: http://code.elgg.org/elgg/trunk@6998 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index d92aff61e..1083788d0 100644 --- a/languages/en.php +++ b/languages/en.php @@ -974,6 +974,7 @@ If you are ready to proceed, click the Next button.", 'install:check:htaccess_exists' => 'There is an .htaccess file in the root directory of Elgg. Please remove it.', 'install:check:htaccess_fail' => 'Unable to create an .htaccess file in the root directory of Elgg. You will need to copy htaccess_dist to .htaccess', 'install:check:rewrite:success' => 'The test of the rewrite rules was successful.', + 'install:check:rewrite:fail' => 'The URL rewrite test failed.', 'install:check:enginedir' => 'Your web server does not have permission to create the settings.php file in the engine directory. You have two choices: |