Quantcast
Channel: help – WordPress.org Forums
Viewing all articles
Browse latest Browse all 13924

programarivm on "URL"

$
0
0

Hello thetripletlife,

You can manually change the URIs in your database. Please, access your MySQL and run these commands:

UPDATE wp_options SET option_value='http://example.com' WHERE option_name='siteurl';
UPDATE wp_options SET option_value='http://example.com' WHERE option_name='home';
UPDATE wp_options SET option_value='https://example.com' WHERE option_name='wordpress-https_ssl_host';

Hope to help.


Viewing all articles
Browse latest Browse all 13924

Trending Articles