I had to do a find and replace a string on all of the wordpress post. This can only be done via a MySQL query and won’t take more than a minute. This is how it’s done. In the following example, I will be finding X and replacing it with Y The string will find [...]

{ 0 comments }

301 Redirect is considered as a permanent redirect compared to a 302 redirect which is temporary. Therefore when moving wordpress to a new domain, it is a good idea to redirect all the posts to the new domain. This way all the search engine records will be kept intact and this means you won’t lose [...]

{ 32 comments }

This is how I moved my wordpress blog from fnode.com to nish.com Install wordpress on nish.com Went to fnode.com and copied the wp-content Directory and replaced it with the Directiory on nish.com (So all the theme, plug-in and the uploaded contents are all there…) Went to fnode.com and used phpMyAdmin to drum an .sql file [...]

{ 0 comments }