From bb84319d6066d22034df42bbd3b0a82f1d46d474 Mon Sep 17 00:00:00 2001 From: cash Date: Sat, 2 Oct 2010 15:20:56 +0000 Subject: 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 --- languages/en.php | 1 + 1 file changed, 1 insertion(+) (limited to 'languages') 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: -- cgit v1.2.3