WP problem

JamesBZ

New Member
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
sad.gif


greets 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'; Hi, thanks for the tipp. Done. I just selected my db, went to options -> site url and changed it.

greets Yes, that is manual if you use good PhpMyAdmin.

Good luck!
 
Top