summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authordonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-12 11:27:54 +0000
committerdonncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36>2005-07-12 11:27:54 +0000
commit4f3bce79bfb5851cef9e7bc655c91bb3093cc401 (patch)
tree10a0991fddeb0e075d7fa46e2b40e5dbc64d1e88 /README.txt
downloadwordpress-mu-4f3bce79bfb5851cef9e7bc655c91bb3093cc401.tar.gz
wordpress-mu-4f3bce79bfb5851cef9e7bc655c91bb3093cc401.tar.xz
wordpress-mu-4f3bce79bfb5851cef9e7bc655c91bb3093cc401.zip
Initial Import
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@1 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt40
1 files changed, 40 insertions, 0 deletions
diff --git a/README.txt b/README.txt
new file mode 100644
index 0000000..c1cb67a
--- /dev/null
+++ b/README.txt
@@ -0,0 +1,40 @@
+WordPress Multi User
+--------------------
+
+WordPress MU is a multi user version of WordPress.
+
+
+Install
+=======
+Unarchive into a web directory and call that directory through your
+browser and web server. Follow the instructions and links and all
+should work fine.
+
+Apache
+======
+Apache must be configured so that mod_rewrite works. Here are
+instructions for Apache 2. Apache 1.3 is very similar.
+
+1. Make sure a line like the following appears in your httpd.conf
+LoadModule rewrite_module /usr/lib/apache2/modules/mod_rewrite.so
+
+2. In the <Directory> directive of your virtual host, look for this
+line
+"AllowOverride None"
+and change it to
+"AllowOverride FileInfo"
+
+Maintenance
+===========
+If you have PEAR Cache, it'll be used to significantly speed up
+things. However, this generates cached files which have to be cleared
+from time to time.
+Uncomment the code in wp-inst/maintenance.php and make sure it's
+protected by IP checks or username/passwords. You should call this
+script at least once a day, and maybe more depending on how busy
+your server is.
+
+Support Forum:
+http://mu.wordpress.org/forums/
+
+http://mu.wordpress.org/