Migrating domain name from old WP host to new (which uses vhosts)

You can set the domain for the WP install in the config-file wp-config.php and so its easy to set an new domain for a install. define(‘WP_SITEURL’, ‘http://www.example.com’); define(‘WP_HOME’, ‘http://www.example.com/blog’); Now use WordPress this domains and the settings in backend was not deciding. But the task after this small change is, that you change the url … Read more

Migration Question

You can read this article about migration in codex. That’s a good start. When migrating there are no special tricks, you just have to upload your files to new location and change some datas in your DB to tell WordPress your website has a new location. Be cautious with those 3 wp options tables which … Read more

Moving Site From Development to Production

If you have access to Cpanel this is what I do. Ensure you have up to date backups of EVERYTHING before attempting to make changes to the database. First if WordPress is installed on your production environment upload your theme files. (sounds like you have done this already) Second go to Cpanel on your Development … Read more

Clone wordpress blog on localbox manually

you can use this tool http://interconnectit.com/products/search-and-replace-for-wordpress-databases/ to replaces the urls. The advantage over SQL replace is that the tool know how to handle serialized info in the DB. Being easy to sync is problematic requirement with the way you are trying to do things. If you need that, then you should simply change your localhosts … Read more

Static HTML to WordPress migration

I would agree with the commenter – develop your WordPress version locally using something like MAMP (if Mac) or WAMP (windows). In that way, there would be no disruption to your existing site until you are satisfied and ready to upload the WordPress version. When you are ready to upload, I would (personally) clear out … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)