I'm converting a live website over to CMSms. With the live site sitting on the url www.domain.org my CMSms install will NOT be using that domain name until the cutover date. So, here is what I'm planning on doing. I'd like to know if this "should" work.
- Install CMSms at the new host, and use an alternate address such as newsite.domain.org.
- Add an A record to DNS and point it at newsite.domain.org
- Use the newsite.domain.org for theme and content development
- move the whole CMSms directory structure from the subdomain root to the main domain root (hosting provider sets up subdomains in their own htdocs folder)
- change all entries in config.php that point to newsite.domain.org to www.domain.org and fix all file paths to point to the new folder for the domain
- Change DNS for www.domain.org to point to the new site.
- no database changes are needed, mysql database is the same for the whole domain.
At this point, the site should be live and answering to all www.domain.org requests. Did I miss anything?