Migrating wordpress

I have a wordpress site coming from a cPanel shared host (seo-host.com). I've installed ubuntu 32-bit (karmic), and a LAMP stack, plus the wordpress. I've got my homepage showing properly but all my post links 404.

Anyone have any ideas?

Thanks,

Smithers

4 Replies

You have to look over the table wp_posts of your wordpress database.

There is a column named "guid". Then I think you will understand what's your problem…

Cheers….

Yes, I see it says

http://www.mydomain.com/?p=5

I don't understand what the problem is seeing that that is how it's setup on my old site as well and those links work.

Something to do with my .htaccess?

Ah yes!

I changed:

AllowOverride None

To

AllowOverride All

In my

/etc/apache2/sites-available/default

That did the trick!

Thanks All

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct