From 286e32befa7bb83bcef3e7cd4b62f225196845dc Mon Sep 17 00:00:00 2001 From: Matt Mullenweg Date: Sat, 24 Apr 2004 21:25:38 +0000 Subject: [PATCH] Moving the cache file to a secure location. git-svn-id: https://develop.svn.wordpress.org/trunk@1149 602fd350-edb4-49c9-b593-d223f7449a82 --- readme.html | 4 ++-- weblogs.com.changes.cache => wp-content/link-update-cache.xml | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename weblogs.com.changes.cache => wp-content/link-update-cache.xml (100%) diff --git a/readme.html b/readme.html index 6b063cae64..ed6522fdc4 100644 --- a/readme.html +++ b/readme.html @@ -80,12 +80,12 @@ Version 1.0.1

  1. Unzip the package in an empty directory.
  2. Upload everything. This release is designed to sit in your root folder; i.e, the folder where your WordPress-powered page will reside.
  3. -
  4. (Optional) If you're going to use it, the weblogs.com cache file needs to be writable by the web server. CHMOD 666 the weblogs.com.changes.cache file.
  5. +
  6. (Optional) If you're going to use it, the weblogs.com cache file needs to be writable by the web server. CHMOD 666 the wp-content/link-update-cache.xml file.
  7. Point your browser to wp-admin/install-config.php. This will create a configuration file for your installation. You'll need to know your database name, username, password, and host name.

    Alternately, you may open wp-config-sample.php in a text editor and insert your database name, username, password, and host name as indicated in the comments. (Comments are lines that start with /* or //.) Save this file as wp-config.php, and upload it.

  8. -
  9. Launch /wp-admin/install.php in your browser. This should setup the MySQL database for your blog. Note the password given to you. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using).
  10. +
  11. Launch /wp-admin/install.php in your browser. This should setup the MySQL database for your blog. Note the password given to you. If there is an error, double check your wp-config.php file, and try again. If it fails again, please go to the support forums and make a post with all the information about the failure (error messages, etc), and your setup (the PHP and MySQL versions on your server, and the browser you were using).
  12. The install script should then send you to the login page. Sign in with the username "admin" and the password generated during the installation. Then click on the item 'My Profile', and change the password. The login page may also be accessed by going to wp-login.php.

Some notes:

diff --git a/weblogs.com.changes.cache b/wp-content/link-update-cache.xml similarity index 100% rename from weblogs.com.changes.cache rename to wp-content/link-update-cache.xml