summaryrefslogtreecommitdiffstats
path: root/index-install.php
diff options
context:
space:
mode:
Diffstat (limited to 'index-install.php')
-rw-r--r--index-install.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/index-install.php b/index-install.php
index 1491796..1ae6ea7 100644
--- a/index-install.php
+++ b/index-install.php
@@ -198,8 +198,7 @@ function checkdirs() {
function step1() {
print "<h2>Installing WP&micro;</h2>";
print "<p>Please make sure <code>mod_rewrite</code> is installed as it will be activated at the end of this install.</p>
- <p>If the <code>mod_rewrite</code> module is disabled ask your administrator to enable that module, or look at the <a href='http://httpd.apache.org/docs/mod/mod_rewrite.html'>Apache documentation</a> or <a href='http://www.google.com/search?q=apache+mod_rewrite'>elsewhere</a> for help setting it up.</p>
- <p>WPMU <strong>must be installed in the root directory of a domain</strong>, otherwise it won't work.";
+ <p>If the <code>mod_rewrite</code> module is disabled ask your administrator to enable that module, or look at the <a href='http://httpd.apache.org/docs/mod/mod_rewrite.html'>Apache documentation</a> or <a href='http://www.google.com/search?q=apache+mod_rewrite'>elsewhere</a> for help setting it up.</p>";
if( checkdirs() == false ) {
return false;
}