Why not login to Qiita and try out its useful features?

We'll deliver articles that match you.

You can read useful information later.

0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

Amazon Lightsailで構築したWordpressにReally Simple SSLプラグインを入れる

Posted at

はじめに

プラグイン入れたら問題が発生。
image.png

Lightsailのシェルにログインする

AWSコンソールからLightsailの管理画面へ。
赤枠のシェルのボタンを押す。
image.png

トラブル対応手順

# wp-config.phpのあるディレクトリに移動
cd /opt/bitnami/wordpress

# 念の為バックアップ_wp-config.phpを取得
cp wp-config.php _wp-config.php

# グループに書き込み権限を付与
chmod g+w wp-config.php

実際に操作したシェル画面
image.png

めでたく解消

image.png

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?