LoginSignup
0
0

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