WP problem

Status
Not open for further replies.

inject0r

Active Member
1,666
2011
157
40
Hi, I've backed up my files from my old warez blog and transfered them with db to the new host. But my problem is that wordpress links the admin panel always to the old domain and not to the new one :(

greets
 
3 comments
Go to PhpMyAdmin -> manage your WP database, then RUn query bellow: (change the value 'http://your_new_domain.com')

Code:
UPDATE `wp_options` SET `option_value` = 'http://your_new_domain.com' WHERE `option_name` = 'siteurl';
 
Status
Not open for further replies.
Back
Top