So , I added these two lines to end of file and saved it (like that
define(‘WP_HOME’,’https://needprovider.com’);
define(‘WP_SITEURL’,’https://needprovider.com’); ) It did not work
and I tried it like that
define(‘WP_HOME’,’https://www.needprovider.com’);
define(‘WP_SITEURL’,’https://www.needprovider.com’); It did not work either
Then I tried
define(‘WP_HOME’,’www.needprovider.com’);
define(‘WP_SITEURL’,’www.needprovider.com’);
It just doesnt work , Is there anything else I can do ?