사이트 url 변경하기

wp-config.php 편집

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


출처 : https://codex.wordpress.org/ko:사이트_URL_변경_방법