LoginSignup
0
3

More than 5 years have passed since last update.

WordPress のテスト環境でリダイレクトループする場合の対処法

Last updated at Posted at 2017-03-02

テスト環境で Browsersync を使っていたり、実際の URL と異なるところから閲覧するとリダイレクトループしてしまう場合があります。

解決するには、テーマの functions.php に以下の一行を追加します。

remove_action('template_redirect', 'redirect_canonical');

おしまい。本番環境では使わないことをオススメします。

0
3
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
3