Replies: 0
Hello,
In my site I use Multisite Language Switcher plugin to translate my site to other languages.
From admin panel, I go to Settings->General and in that page the inputs where I can change the url of the site don’t exist!
I went to wp-config.php file and these lines
define('WP_HOME','http://myurl.com');
define('WP_SITEURL','http://myurl.com');
don’t exist.
I tried and added them, but url didn’t change..
What can I do ?