Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I want to move my Wordpress blog to a different server. I dumped the database from the old server and imported it to the new server, and set up the new database details in wp-config.php. I can log in to the admin console online, and I can see all the posts, but if I go to the front page of the blog, the page is just blank. There are no errors in the apache logs. Does anyone have any idea what might be going on?

share|improve this question

3 Answers

Toggle the theme to the default or another theme; rename the plugins folder, reload admin and name it back to plugins; and reset permalinks.

share|improve this answer
In my case, this was the solution. Many thanks. – bortzmeyer Nov 21 '11 at 8:50

Go to http://yourdomain.com/wp-admin/options.php

Look for both the Site URL and Blog URL fields, and make sure the domain name is correct.

share|improve this answer

In case you are using Permalinks, try re-setting them in the Settings > Permalinks page.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.