I have migrated my old website from example1.wordpressstaging to epxample2 on a new server (using All-in-one Migration Plugin). Everything went fine with the migration. Now after I complete the migration an search for http:// example2 I reach the correct domain, but when I search for https:// I get redirected to my old example1.wordpressstaging URL. I already check in phpMyAdmin and within wp-option the siteurl and home is on mysite (and not the staging one).
Does anyone know how I can fix this https:// redirection issue so that I end on instead of the old ?
Thank you very much in advance!
I have migrated my old website from example1.wordpressstaging to epxample2 on a new server (using All-in-one Migration Plugin). Everything went fine with the migration. Now after I complete the migration an search for http:// example2 I reach the correct domain, but when I search for https:// I get redirected to my old example1.wordpressstaging URL. I already check in phpMyAdmin and within wp-option the siteurl and home is on mysite (and not the staging one).
Does anyone know how I can fix this https:// redirection issue so that I end on https://example2 instead of the old https://example1.wordpressstaging ?
Thank you very much in advance!
Share Improve this question asked Jan 16, 2020 at 13:09 PhilippPhilipp 111 bronze badge1 Answer
Reset to default 1Why not use htaccess on the old place to redirect to the new place? And make sure that the new place has SSL (another htaccess directive).
Much googles/bings/ducks on how to use htaccess to redirect from old domain to new one.