-
Website
http://archgfx.net/ -
Original page
http://archgfx.net/blog/2008/geek/blogging/migrating-a-wordpress-install-to-a-new-domain -
Subscribe
All Comments -
Community
-
Top Commenters
-
timethief
25 comments · 2 points
-
sunburntkamel
505 comments · 1 points
-
Matt Algren
1 comment · 18 points
-
Ajay
1 comment · 1 points
-
Otto
1 comment · 14 points
-
-
Popular Threads
Also, it is imperative that the prefix used while creating the database both on your local server/old site and online/new site are the same. WordPress by default uses wp_ as the prefix (in wp-config.php), but if your any reason you changed it, you should use that very prefix on the new install. Adam, correct me if I am off here.
interesting, i've never seen a setup that didn't include the http:// prefix. The reason I included the http:// is to make sure that there aren't www's left over. if you're find/replacing without the http://, you should replace
'dev.site.local/tempwith
'example.comAnd yes, it's very important to make sure you have the same database prefix.