views:

86

answers:

1

Hello,

I have around 40 pages on my website. I also have a Wordpress blog. I would like to shift my website to this blog. When I transfer the website to the blog, I want to transfer its pages to the blog as pages and not blog posts. Would that be possible.

The existing pages on the website have the URLs like;

www.xyz.com/article1.htm
www.xyz.com/article2.htm
www.xyz.com/article3.htm

When I create a blog, I want these links to be redirected to new links on the blog, like: www.xyz.com/article1.htm should redirect to www.newblog.wordpress.com/2009/09/09/article1.htm

www.xyz.com/article2.htm should redirect to www.newblog.wordpress.com/2009/09/09/article2.htm

www.xyz.com/article3.htm should redirect to www.newblog.wordpress.com/2009/09/09/article3.htm and so on.

How can I do this?

Also could existing RSS feeds to the current blog, be updated/migrated or redirected after this transfer?

Thanks

+1  A: 

WordPress stores posts and pages the same way, with a flag to distinguish them in the database. So your idea of a page is not the same as WordPress's idea of a page.

I wrote a converter to go from Simple PHP Blog to WordPress, but I think you're best off doing this the long way: manually.

Randolph Potter
And if it's only 40 pages, you're lucky. I wrote the converter in my case because of the 850 blog entries I had.
Randolph Potter