From 2b89186294b2be5f074d8b57d875a337a0f60559 Mon Sep 17 00:00:00 2001 From: Patrick Webster Date: Thu, 28 Jun 2012 20:29:07 -0500 Subject: [PATCH] [ticket/10865] Phrase change for visiting with browser PHPBB3-10865 --- phpBB/docs/INSTALL.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 84b6d6bce9..69c6505b65 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -108,7 +108,7 @@
  • Change the permissions on config.php to be writable by all (666 or -rw-rw-rw- within your FTP Client)
  • Change the permissions on the following directories to be writable by all (777 or -rwxrwxrwx within your FTP Client):
    store/, cache/, files/ and images/avatars/upload/.
  • -
  • Using your web browser, visit the location you placed phpBB3 with the addition of install/index.php or by pointing directly to install/, e.g. http://www.example.com/phpBB3/install/, http://www.example.com/forum/install/.
  • +
  • Point your web browser to the location where you uploaded the phpBB3 files with the addition of install/index.php or simply install/, e.g. http://www.example.com/phpBB3/install/index.php, http://www.example.com/forum/install/.
  • Click the INSTALL tab, follow the steps and fill out all the requested information.
  • Change the permissions on config.php to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)
  • phpBB3 should now be available, please MAKE SURE you read at least Section 6 below for important, security related post-installation instructions, and also take note of Section 7 regarding anti-spam measures.