Monday, August 30, 2010

wordpress site url change

You can do this via cpanel

=========
go to cpanel >> phpmyadmin >> select database >> select table wp-options and edit the table with correct site URL.
========

Also we can do this via backend

==========
step 1: use foreverg_wrdp1;
step2: show tables;
step3: desc wp_options;
step4: select * from wp_options where option_name='home';
step5: select * from wp_options where option_name='siteurl';
step6: update wp_options set option_value='http://forevergreenliving.com/' where option_id=37;
step7: update wp_options set option_value='http://forevergreenliving.com/' where option_id=1;
=========

No comments:

Post a Comment