After importing database, wp-posts won’t call correct url
-
I really hate to re-post an issue that is already being discussed in another thread (http://wordpress.org/support/topic/23962 to be specific) but I fear that the title of the topic may not reflect the problem… and, well honestly, I’m exhausted and desperate.
I had to relocate my wordpress installation after my server vanished into thin air. Fortunately, I had a 3 month old database backup, but when I imported it with phpmyadmin, I found that the post links were invalid and reverting to the default index.php file. The wp_posts is omiting the index.php part of the url.
For example:
http://enkuechen.clawz.com/recipes/?p=4
instead of
http://enkuechen.clawz.com/recipes/index.php?p=4The trouble seems to be in the ID line field called “guid”. In the “guid” field, the url listed shows the url without the index.php part just as in the first example above. The same thing exists in the post_title table.
What do I edit to make that guid field pull the whole url across the board (rather than editing each individual post which I am sure is not the right way to do it)?
Thanks so much for any help.
The topic ‘After importing database, wp-posts won’t call correct url’ is closed to new replies.