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 5 years have passed since last update.

IPアドレス固定後、Wordpressにログインできない

Posted at

前提・実現したいこと

初心者です。
Raspberry Pi 4 Model BにWebサーバを構築しようとしています。
apache2, WordPressをインストール、まではうまくいきました。

その後、固定IPアドレスの設定を行った後、WordPressにログインできません。

発生している問題・エラーメッセージ

http://固定したIPアドレス/wordpress/wp-login.php
でログインすると固定前のIPアドレスにとび

このサイトにアクセスできません 固定前のIPアドレス からの応答時間が長すぎます。
次をお試しください

接続を確認する
プロキシとファイアウォールを確認する
ERR_CONNECTION_TIMED_OUT

となってしまいます。

試したこと

●wp-config.phpに、
define( ‘RELOCATE’, true );
を追加

●wordpress DBのsiteurlを更新する
https://qiita.com/NT1123/items/9b8e11227e88edb73bba

補足情報(FW/ツールのバージョンなど)

Hard: Raspberry Pi 4 Model B
OS: Rasbian (NOOBS var.3.3.0)

よろしくお願いします。

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?