|
Yes, I can changed my site domain. General screen in a single site installation of WordPress, there are two fields named of URL in word-press site "WordPress address (URL)" and "Site address (URL)".
its possible to set the site URL manually in the wp-config.php file.
define('wp_home','http://exmple.com');
define('wp_siteurl','http://example.com');
|