diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-03-08 12:32:22 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-03-08 12:32:22 +0000 |
commit | b0859dcbd4f3b9b73ca8e43b73a248f17d81a80c (patch) | |
tree | 7e8af8a5f012ea9f916b6eb26a981fb8a139865f | |
parent | 2cd22cfe9722a3eac6442e2367fb4d65e193d977 (diff) | |
download | brdo-b0859dcbd4f3b9b73ca8e43b73a248f17d81a80c.tar.gz brdo-b0859dcbd4f3b9b73ca8e43b73a248f17d81a80c.tar.bz2 |
- Fixed a few typos.
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54,7 +54,7 @@ INSTALLATION into a directory within your webserver's document root or your public HTML directory: - $ mv drupal-4.1.0 /var/www/html + $ mv drupal-x.x.x /var/www/html NOTE: when copying files, ensure you also copy the hidden .htaccess file. @@ -100,7 +100,7 @@ INSTALLATION 4. CONNECTING DRUPAL - Drupal server options are specified in includes/conf.php + Drupal server options are specified in includes/conf.php. Drupal allows for multiple virtual host installations; to configure a virtual server host, you can create the configuration file @@ -152,7 +152,7 @@ a few active modules, one theme, and no user access rights. Standard services can be selected and configured through the administration panel; additional community-contributed modules and -themes are available from drupal.org +themes are available from drupal.org. CUSTOMIZING YOUR THEME(S) ------------------------- |