サイトURL変更後、WordPressに新規投稿ができなくなりました。

  • Unknown's avatar

    ・WordpressでサイトURLを以下手順にて実施しました。
    1、Wordpressダッシュボード設定画面で「サイトアドレス (URL)」を
    http://konoblog.work/wpからhttp://konoblog.workに変更

    2、 FTPクライアント「FileZilla」でサーバーにアクセスし、public_htmlフォルダ→wpフォルダ内にある「index.php」を「/wp」の一個手前のフォルダ(public_html)に移動。

    3、移動した「index.php」の内容をTerapadで書き換え。
    require __DIR__ . ‘/wp-blog-header.php’;

    require __DIR__ . ‘/wp/wp-blog-header.php’;

    4、「public_html」ディレクトリ内の「index.html」ファイル削除。

    現在このサイトにアクセスする事は可能ですが、
    http://konoblog.work/
    Wordpressで新規投稿しようとすると、保存ボタンを押しても保存中のステータスのままで止まってしまい更新ができない状態です。

    元に戻そうとしましたが、「index.html」ファイルのバックアップをとっておらず困っています。

    解決方法が分かればご教授いただければ幸いです。
    よろしくお願いいたします。

  • Hi there!

    I’m afraid that your site is not hosted with WordPress.com. It is a site using the open-source WordPress software (from WordPress.org) but hosted elsewhere.

    Because WordPress.com and WordPress.org are two entirely separate entities, we cannot access files or data for sites that are hosted elsewhere, we can only assist with sites that are hosted on our servers. You can read more about the differences between WordPress.org software and WordPress.com here:
    https://wordpress.com/support/com-vs-org/

    You can look for help at the community forums here: https://wordpress.org/support/forums/

    http://wordpress.org/support/ is also a great resource for sites using the open-source WordPress.org software.

  • The topic ‘サイトURL変更後、WordPressに新規投稿ができなくなりました。’ is closed to new replies.