diff options
author | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-05-17 19:35:49 +0000 |
---|---|---|
committer | Kjartan Mannes <kjartan@2.no-reply.drupal.org> | 2004-05-17 19:35:49 +0000 |
commit | ac3c45dd2ac615327678301a5bb43d9c7edc7af8 (patch) | |
tree | d6a3bae27b3fbb8a72396c65569f8284ef637d9a | |
parent | b2fd0db672ce6dde0dee8d95b3a2ef44ea7f2962 (diff) | |
download | brdo-ac3c45dd2ac615327678301a5bb43d9c7edc7af8.tar.gz brdo-ac3c45dd2ac615327678301a5bb43d9c7edc7af8.tar.bz2 |
- Fixing some typos.
-rw-r--r-- | INSTALL.txt | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/INSTALL.txt b/INSTALL.txt index 99b66eae2..f1450eb1a 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -8,7 +8,7 @@ database server supported by the PHP PEAR API (http://pear.php.net/) NOTE: The Apache web server and MySQL database are strongly recommended; other web server and database combinations such as IIS and PostgreSQL -are possible but tested to a lesser extend. +are possible but tested to a lesser extent. SERVER CONFIGURATION -------------------- @@ -52,10 +52,7 @@ INSTALLATION into a directory within your web server's document root or your public HTML directory: - $ mv drupal-x.x.x /var/www/html - - NOTE: when copying files, ensure you also copy the hidden .htaccess - file. + $ mv drupal-x.x.x/* drupal-x.x.x/.htaccess /var/www/html 2. CREATE THE DRUPAL DATABASE |