I am moving a website from aspx to wordpress php. This is a windows cloud server.In the move I am also moving from http to https.
What would be your steps.
I built the new site in a folder lets call it domain/sp/
I know in IIS I will point to the /sp/ folder to make it the main. I have tested this so all is fine.
1- Change the DNS (ip changes) and let it populate the net. I can do this anytime really because it will allow for http and https connections
2- Set up the old website in the SSL and set up all http to redirect to https.
3- test old to make sure the redirect is working
4- Change the IIS to point at the /sp/ folder
5- Change in the MySQL from domain/sp/ to domain
6- Install my 301 redirect mapfile for all the old urls to the new urls
Example of my redirect entries in the mapfile.
/articles/old_url.htm /new-url/
/articles/this_is_the_old_url.htm /this-is-the-new-url/
Test redirects
1- or move the new site to http
2- set up the redirects and after the new site is working and the redirects are tested
3- then change the DNS to point to the new IP,
4- set up the redirects from http to https on the new site
I am a little unsure of doing all this at one swoop. My 1st option is to go ahead and do it all, but since this in my 1st time setting up multiple redirects I thought it would be wise for some opinions from here.
MGT. wants the move done by Thursday so I want to begin this today or tomorrow at the latest.
I am going to go ahead and move the IP and dns since this really isn't a factor on the redirects now and this will begin populating the web.
Thanks,
JM