Lightsail Instance Multisite Wordpress Setup

0

To setup instance multisite Wordpress, tried running command sudo ./bnconfig --machine_hostname <domain> but get sudo: ./bnconfig: command not found. Tried following [https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-define-the-primary-domain-for-your-wordpress-multisite.html]. Even tried updating the machine hostname manually.

Now my domain points to some other domain.

How to get around this?

1 Answer
1
Accepted Answer

Hello.

The steps in the document are as follows, but did you move the directory?

cd /opt/bitnami/apps/wordpress
sudo ./bnconfig --machine_hostname <domain>
sudo mv bnconfig bnconfig.disabled

By the way, it seems that the following command can also be used, but is there any reason not to run this?

sudo /opt/bitnami/configure_app_domain --domain example.com
profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions