Anyone can help me out ?
Why don't I see 'wordpress address url' and 'site address url' under general setting in order to change url. like below image : Thanks in advance.
Anyone can help me out ?
Why don't I see 'wordpress address url' and 'site address url' under general setting in order to change url. like below image : Thanks in advance.
You have the following in your wp-config.php...remove them and you will see the options in the admin.
define('WP_HOME','http://example.com');
define('WP_SITEURL','http://example.com');