Redirects and Subdirectory migration to Root Directory

I do the following: Move all old files in the root dir to a special folder (i.e. “_old”) Login to the new site in subdir and remove the subdir from the WordPress and Site Adress (so remove sitename.org/new and enter sitename.org) Using FTP or your hosts file manager, move all files from the subdir “new” … Read more

Internal server error

Assuming that www.example.com/site1 is the 1st site (in the root folder site1 folder), and www.example.com/site2 is the second site (in the root folder site2 folder. The easiest way (normally) to clone (or move) a site is to use the excellent WP-Clone plugin to backup and restore the ‘site1’ site to the root. But, you will … Read more

Migration from XAMPP in windows to MAMP in Mac

Do this: Create a folder on your Windows Desktop and give it a name (ie ‘WebProject’) Find htdocs folder of XAMPP, right click on folder, Send To -> Compressed Folder. Move the zip file created in step 2 to the folder from Step 1. Open phpMyAdmin and export your DB. Save the file in folder … Read more

WordPress white screen

i can give you solution but without it’s without any plugins or .wpress files… 1) copy all the content from your server directory to localhost/anyfolder_name directory. 2) create database in phpmyadmin and import the database from your server’s phpmyadmin .. 3) once imported in localhost phpmyadmin open wp_options in that change site and website URL … Read more

WordPress featured images: migrating from dev to live site

My go-to procedure for moving sites from one place (domain/etc) to another is WP Clone from WP Acadamy https://wordpress.org/plugins/wp-clone-by-wp-academy/ . Works almost every time very easily. (Sometimes it doesn’t work the first time, but do it again and all is well.) Adjusts all links from the old domain to the new domain. Moves everything: posts, … Read more