Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Wordpress site broken  (Read 2817 times)

0 Members and 1 Guest are viewing this topic.

Aby

  • Guest
Wordpress site broken
« 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;
===