diff options
| author | Marc Alexander <admin@m-a-styles.de> | 2014-11-01 09:10:34 +0100 | 
|---|---|---|
| committer | Marc Alexander <admin@m-a-styles.de> | 2014-11-01 09:10:34 +0100 | 
| commit | a61299a9408dd3ae4a2fa97fdc2df62ca41ee150 (patch) | |
| tree | 2382a8f02e8ae5bb99c4c5061660a1cba3804a52 | |
| parent | af77106a2ff9749eb9e5813d2b80692bab408a5c (diff) | |
| parent | 416577f3dc434e309b036841465e481d47b5d63f (diff) | |
| download | forums-a61299a9408dd3ae4a2fa97fdc2df62ca41ee150.tar forums-a61299a9408dd3ae4a2fa97fdc2df62ca41ee150.tar.gz forums-a61299a9408dd3ae4a2fa97fdc2df62ca41ee150.tar.bz2 forums-a61299a9408dd3ae4a2fa97fdc2df62ca41ee150.tar.xz forums-a61299a9408dd3ae4a2fa97fdc2df62ca41ee150.zip  | |
Merge pull request #3098 from VSEphpbb/ticket/13262
[ticket/13262] Mention htaccess file when updating from 3.0 to 3.1
| -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>  | 
