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.