Changes

Jump to navigation Jump to search
mv wordpress/ blog/
chown -R www-data:www-data blog
 
Put an .htaccess file in that folder to restrict access while we work:
vi blog/.htaccess
<RequireAny>
Require ip 192.168.2.1
</RequireAny>
 
Then set up the dbase by editing wp-config.php (it's easiest to modify the sample).
cp blog/wp-config-sample.php blog/wp-config.php
vi blog/wp-config.php
Note get some keys from: https://api.wordpress.org/secret-key/1.1/salt/
==Old machines==

Navigation menu