diff options
| author | Matt Friedman <maf675@gmail.com> | 2014-10-31 13:08:36 -0700 | 
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2014-11-01 19:14:00 +0100 | 
| commit | a269929f0ec40c3df9637ea4c3397fd6d0d8b01f (patch) | |
| tree | 2ac1c1e0b876eeeb1900603d419233dd7657b1f1 | |
| parent | 3f3c8d74e8501e59e4e6ace3fa87ef3d29b78117 (diff) | |
| download | forums-a269929f0ec40c3df9637ea4c3397fd6d0d8b01f.tar forums-a269929f0ec40c3df9637ea4c3397fd6d0d8b01f.tar.gz forums-a269929f0ec40c3df9637ea4c3397fd6d0d8b01f.tar.bz2 forums-a269929f0ec40c3df9637ea4c3397fd6d0d8b01f.tar.xz forums-a269929f0ec40c3df9637ea4c3397fd6d0d8b01f.zip  | |
[ticket/13262] Mention htaccess file when updating from 3.0 to 3.1
PHPBB3-13262
| -rw-r--r-- | phpBB/docs/INSTALL.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 4bde6c01ea..9bd530918b 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -347,7 +347,7 @@  					<li>The <code>store/</code> directory</li>  				</ul></li> -				<li>Upload the contents of the 3.1.x Full Package into your forum's directory.</li> +				<li>Upload the contents of the 3.1.x Full Package into your forum's directory. Make sure the root level .htaccess file is included in the upload.</li>  				<li>Browse to install/database_update.php</li>  				<li>Delete the <code>install/</code> directory</li>  			</ol> @@ -462,7 +462,7 @@  	<hr />  <a name="anti_spam"></a><h2>8. Anti-Spam Measures</h2> -		 +  		<div class="paragraph">  		<div class="inner"><span class="corners-top"><span></span></span>  | 
