Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: Aby on November 12, 2013, 03:45:06 pm

Title: Wordpress site broken
Post by: Aby on November 12, 2013, 03:45:06 pm
wordpress site broken

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;
===