5丁目通信(仮称)

とある5丁目で活動する還暦を過ぎたWebプログラマーの覚え書きです。それとかかってくる迷惑電話や、家業のアパート経営について。

ブログのアクセス先を変えました。

突然、トップページの投稿一覧が表示できなくなってしまいました。解決するのも面倒なので、新しくサブドメインを作って、そちらに移行しました。データのエクスポートができたので、エキスポート=>インポートを単純にできました。単に載せ替えただけです。

これから、

http://www.accata.com/aoyama/

にアクセスは、

http://aoyama.accata.com/

になります。

同じテンプレートデザインを持ってきて、プラグインも再インストールして(これが面倒でした)、デザインの配置を合わせただけ。

次の通りに.htaccessを書き換えて、勝手にリダイレクトするようにしています。

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule (.*) http://aoyama.accata.com/$1 [R=301,L]
</IfModule>

これだと、ディレクトリ以下のパラメーターも引き継いでくれますので便利です。

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny