diff options
author | Patrick Webster <noxwizard@phpbb.com> | 2012-08-03 20:27:35 -0500 |
---|---|---|
committer | Patrick Webster <noxwizard@phpbb.com> | 2012-08-03 20:27:35 -0500 |
commit | 72eef2af5cfbe5fc4ac879c2591556b790610fe9 (patch) | |
tree | 8f6528db4da401c493915345d1fafa358018c76a /phpBB/docs | |
parent | 2b89186294b2be5f074d8b57d875a337a0f60559 (diff) | |
download | forums-72eef2af5cfbe5fc4ac879c2591556b790610fe9.tar forums-72eef2af5cfbe5fc4ac879c2591556b790610fe9.tar.gz forums-72eef2af5cfbe5fc4ac879c2591556b790610fe9.tar.bz2 forums-72eef2af5cfbe5fc4ac879c2591556b790610fe9.tar.xz forums-72eef2af5cfbe5fc4ac879c2591556b790610fe9.zip |
[ticket/10865] Add .css, .js, and .htaccess to the list of ASCII mode files
PHPBB3-10865
Diffstat (limited to 'phpBB/docs')
-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 69c6505b65..92dbef9d0d 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -181,7 +181,7 @@ <p>If you do not have shell access or do not wish to use it, you will need to decompress the phpBB3 archive to a local directory on your system using your favourite compression program, e.g. winzip, rar, zip, etc. From there you must FTP <strong>ALL</strong> the files it contains (being sure to retain the directory structure and filenames) to your host. Please ensure that the cases of filenames are retained, do <strong>NOT</strong> force filenames to all lower or upper case as doing so will cause errors later.</p> - <p>All .php, .sql, .cfg, .html and .txt files should be uploaded in <strong>ASCII</strong> mode, while all graphics should be uploaded in <strong>BINARY</strong> mode. If you are unfamiliar with what this means please refer to your FTP client documentation. In most cases this is all handled transparantly by your ftp client, but if you encounter problems later you should be sure the files were uploaded correctly as described here.</p> + <p>All .php, .sql, .cfg, .css, .js, .html, .htaccess and .txt files should be uploaded in <strong>ASCII</strong> mode, while all graphics should be uploaded in <strong>BINARY</strong> mode. If you are unfamiliar with what this means please refer to your FTP client documentation. In most cases this is all handled transparantly by your ftp client, but if you encounter problems later you should be sure the files were uploaded correctly as described here.</p> <p>phpBB3 comes supplied with British English as its standard language. However, a number of separate packs for different languages are available. If you are not a native English speaker you may wish to install one or more of these packages before continuing. The installation process below will allow you to select a default language from those available (you can, of course, change this default at a later stage). For more details on language packs, where to obtain them and how to install them please see the <a href="README.html#i18n">README</a>.</p> |