Archive for February, 2009

I’ll be traveling to Japan for vacation.

I’m going to take vacation for 3 weeks and planning to visit Japan and South Korea. It’s going to be a good time off since I started working for Yahoo back in 2006.

So in the next couple weeks, I’ll do some photo blogging at flickr.com.

Smooth move to a new host

Before I started moving this site to a new host (slicehost.com), my plan was very simple in my head. My plan that I followed was:

  1. Export Data using word press admin’s tool
  2. Create database called ‘wpblog’ in a new host
  3. Create database user and password
  4. Download wp and copied them to a new host (it will be a brand new wp)
  5. Update wp-config.php to reflect the newly created database name, user, and password
  6. Updated *hosts* file to map my domain to the new host’s IP address
  7. Fired up a browser, went to the domain (where wp is newly installed)
  8. Followed the instruction to install wp
  9. Go to admin using “admin” account and the password wordpress auto generated
  10. Change wp-content directory’s permission to 777 by using FTP client or SSH and chmod it.
  11. Use *Import* from Tools in the admin page
  12. Choose auto import photos or images.. something like that
  13. Copy theme in the old host to a new host
  14. Copy all plugins in the old host to a new host
  15. Download *search and replace* from this link and install it
  16. Select the theme that’s just copied over from the old host
  17. Activate plugins that are just copied over from the old host
  18. Look for broken images or any attachments in pages.
  19. (If found, write down the host name(usually IP address) that is in img src or somewhere like that. Go to admin page, activate *search and replace* plugin, go to *search and replace* page found in the settings, select *content*, type the host name found in the previous step, type the current host name, and then hit *Go*
  20. Switch name server after verifying everything is intact.

I think the steps that I mentioned above should let you move your wordpress to a new host very smoothly. However, you might wonder what you really have to do in each step specifically the followings:

Read more

Just moved out of (mt)

I decided and moved my site out of mediatemple to slicehost. I might not be able to receive emails yet as I have to set it up all manually. I hope I get it all set up in few days. Currently there’s an issue with rewrite rule on nginx HTTP server, which I am not quite familiar with it yet, but hopefully I figure it out soon.

UPDATE: fixed the rewrite rule on nginx server. :)