from local server to live site – can't access wp admin
-
Hi,
I’ve been working on a site on my local server, and when it was done I started to move it to a live site following the steps in this tutorial: https://www.wpbeginner.com/wp-tutorials/how-to-move-wordpress-from-local-server-to-live-site/
When I got to step 6, when it says “Login to your wordpress admin panel…” I couldn’t log in to my wordpress admin panel on the ‘real’ wordpress so I did it on the localhost, and when it says “go to Settings ? General. Click save Options. This will ensure that the site url is corrected anywhere else that needs to be.” – the url where set to https://localhost:8888/wordpress, and I changed it to https://thewebsite.com, thinking that it might help but now I can’t log in to either the ‘real’ wordpress admin or the one connected to my localhost.
I have tried to change it back to https://localhost:8888/wordpress both in my phpmyadmin via wp_options (site url and home), and tried to change it by adding code in the wp.config.php file, but nothing works. So now I can’t access the wp admin through my local host or the live one. Also, the website that was up and running when I’ve done everything up to step 6, now stopped working and just shows an “safari can’t find the page”-error.
Worth mentioning, is that I might have made a huge mistake when setting up my localhost wordpress admin, setting the username as one that I already have on one of my ‘live’ wordpress sites. Could this be the reason that I can’t log in to the ‘real’ wordpress? That I have the same username but with two different passwords, and when moving my local one to the live site, that may have caused the error?
Please, what do to with all this?
Thanks
- The topic ‘from local server to live site – can't access wp admin’ is closed to new replies.