I've been working on a site for a client with a dedicated URL (let's stay http://www.devsite.com) and hosting plan during development. When it goes live, it be a subdomain of the client site (let's say site.client.com) but will stay on the same separate hosting plan. Here's what I think the steps should be, can anyone confirm that I'm planning this right? Many thanks.
- Set up DNS for
site.client.comto point to the server where I've been doing the development. - Set
http://www.devsite.compermalinks to default. - Change
http://www.devsite.comWordPress address and blog address tosite.client.com - Find-replace
http://www.devsite.comwithsite.client.comin MySQL database (backed up, of course) - Site should now be working at
site.client.com - Log in and reset permalinks.
Anything I'm missing or wrong about?
Thanks!