Viewing 1 replies (of 1 total)
  • Plugin Author Takayuki Miyauchi

    (@miyauchi)

    Thanks.

    You should add following in wp-config.php

    define( 'WP_HOME', 'http://example.com' );
    define( 'WP_SITEURL', 'http://example.com' );

    example.com should be your production site’s domain.

    Because you will have some problem after you change URL again.

Viewing 1 replies (of 1 total)
  • The topic ‘[Dynamic Hostname] Please define the constant WP_HOME in your wp-config.php.’ is closed to new replies.