I moved my live Wordpress site from my hosting provider to localhost but when I go to load the website it takes me to the wordpress installation page. When I try to go to wordpress install I am hit with an 403 Forbidden message.
I moved wordpress by downloading the FTP files.
I am running XAMPP on windows. I have edited the wp_options database table and changed references from the live site to localhost. I have also updated wp_config.php.
very easy to move wordpress from one server to another
Install clean wordpress on your new destination (make sure to set-up the databse also)
Copy the wp-content folder from your source, and replace the wp-content folder of your destination
Export the database of your source, drop all the tables in your destination, and import that database from your source to your destination.
update site_url and home_url inside wp_options table in your destination
DONE!
in case you want to update all URLs from your source to the URLs of your destination.
You can simply edit the sql file before importing to your destination database using something like notepad++ and find replace
e.g.
find yoursource.com
replace all with yourdestination.com
or you can use update url plugin,
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With