Replies: 0
When using WP Migrate DB (and procedure according to WPMDB documentation) to migrate the database from a “Really Simple SSL”-enabled live site to a localhost development site, the localhost site came up with an “Access forbidden!” 403 error. This is apparently because the WP DB Migrate conversion from https to http is disabled by the RSSSL plugin, causing the exported sql have fields like wp_options “home”, siteurl”, etc. with ‘https’ instead of ‘http’.
An effective workaround is to deactivate the Really Simple SSL plugin before doing the export and activate it later.
I’m not sure if this is something that can be addressed in Really Simple SSL, something for WP Migrate DB and the “Delicious Brains” crew.