diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2012-06-28 20:29:07 -0500 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2012-06-28 20:29:07 -0500 |
commit | 2b89186294b2be5f074d8b57d875a337a0f60559 (patch) | |
tree | b33c04b44334008d161ecb8ad163f737e7f1a174 /phpBB/docs/INSTALL.html | |
parent | 08e319198c3b6ddf249cdc7b2d3aa8258fd6d517 (diff) | |
download | forums-2b89186294b2be5f074d8b57d875a337a0f60559.tar forums-2b89186294b2be5f074d8b57d875a337a0f60559.tar.gz forums-2b89186294b2be5f074d8b57d875a337a0f60559.tar.bz2 forums-2b89186294b2be5f074d8b57d875a337a0f60559.tar.xz forums-2b89186294b2be5f074d8b57d875a337a0f60559.zip |
[ticket/10865] Phrase change for visiting with browser
PHPBB3-10865
Diffstat (limited to 'phpBB/docs/INSTALL.html')
-rw-r--r-- | phpBB/docs/INSTALL.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <li>Change the permissions on config.php to be writable by all (666 or -rw-rw-rw- within your FTP Client)</li> <li>Change the permissions on the following directories to be writable by all (777 or -rwxrwxrwx within your FTP Client):<br /> <code>store/</code>, <code>cache/</code>, <code>files/</code> and <code>images/avatars/upload/</code>.</li> - <li>Using your web browser, visit the location you placed phpBB3 with the addition of <code>install/index.php</code> or by pointing directly to <code>install/</code>, e.g. <code>http://www.example.com/phpBB3/install/</code>, <code>http://www.example.com/forum/install/</code>.</li> + <li>Point your web browser to the location where you uploaded the phpBB3 files with the addition of <code>install/index.php</code> or simply <code>install/</code>, e.g. <code>http://www.example.com/phpBB3/install/index.php</code>, <code>http://www.example.com/forum/install/</code>.</li> <li>Click the <strong><em>INSTALL</em></strong> tab, follow the steps and fill out all the requested information.</li> <li>Change the permissions on config.php to be writable only by yourself (644 or -rw-r--r-- within your FTP Client)</li> <li>phpBB3 should now be available, please <strong>MAKE SURE</strong> you read at least <a href="#postinstall">Section 6</a> below for important, security related post-installation instructions, and also take note of <a href="#anti_spam">Section 7</a> regarding anti-spam measures.</li> |