The problem is due to the site url. YOu can change it via cpanel or via backend.
go to cpanel >> phpmuadmin >> select db >> wp-options and edit the site url
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