diff --git a/install.php b/install.php
index b775d3c..02876dc 100644
--- a/install.php
+++ b/install.php
@@ -1200,17 +1200,19 @@ TEXT;
window.location = "home/successfullyinstalled?flush=1";
}, 2000);
} else {
- $('#ModRewriteResult').html("Friendly URLs are not working. This is most likely because a rewrite module isn't configured"
- + "correctly on your site. Please check the following things in your Apache configuration; "
- + " you may need to get your web host or server administrator to do this for you:"
- + "
mod_rewrite is enabled
AllowOverride All is set for your directory
");
+ $('#ModRewriteResult').html("Friendly URLs are not working. This is most likely because a rewrite module isn't configured "
+ + "correctly on your site. You may need to get your web host or server administrator to do this for you: "
+ + "
"
+ + "
mod_rewrite or other rewrite module is enabled on your web server
"
+ + "
AllowOverride All is set for the directory where SilverStripe is installed