wordpress temp URL to correct domain name
changing wordpress temp url back to your domain name...
in the php file, i assume we do not use www.
just the http://domain-name.com?
we then change it to
define('WP_HOME','http://makweb.com);
define('WP_SITEURL','http://makweb.com);
is this the correct procedure?
in the php file, i assume we do not use www.
just the http://domain-name.com?
we then change it to
define('WP_HOME','http://makweb.com);
define('WP_SITEURL','http://makweb.com);
is this the correct procedure?