Installing Bitnami WordPress Multisite on AWS Lightsail

This is how I walked through the installation process. Here are the links I followed:

  1. Start with https://docs.bitnami.com/aws/get-started-lightsail/ and attach static IP at https://lightsail.aws.amazon.com/ls/webapp/home/networking
  2. To login at WordPress, the user is “user”
  3. Update plug-ins and WordPress
  4. Create snapshot just to be safe
  5. Get key at https://lightsail.aws.amazon.com/ls/webapp/account/keys/ls/webapp/home/networking and restart server
  6. Configuration of WordPress: https://docs.bitnami.com/general/apps/wordpress-multisite/configuration/configure-wordpress-multisite/ Using more than one top level domain; I also had to edit the wp-config.php file to fix cookie issues.
  7. Add SSL Encryption https://aws.amazon.com/premiumsupport/knowledge-center/linux-lightsail-ssl-bitnami/
  8. HTTP to HTTPS redirections did not work, so installed Really Simple SSL https://wordpress.org/plugins/really-simple-ssl/
  9. Install SMTP mail: https://wpmailsmtp.com/docs/how-to-set-up-the-gmail-mailer-in-wp-mail-smtp/

Accessing the site via FTP: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/amazon-lightsail-connecting-to-linux-unix-instance-using-sftp#get-the-ssh-key-for-your-instance

The location of the .htaccess file is /opt/bitnami/apache/conf/vhosts/htaccess/wordpress-htaccess.conf.

Location of Logfiles: /opt/bitnami/apache/logs

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.