Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

“WP Migrate DB” https to http migration disabled by “Really Simple SSL”

$
0
0

Replies: 0

When using WP Migrate DB 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. to be built with ‘https’ instead of ‘http’. (I did use the 3-row find and replace in the migration profile.)

An effective workaround is to deactivate the Really Simple SSL plugin before doing the export and activate it later.

However – since the problem negatively affects both plugins, perhaps a little collaboration is in order. I’d be happy to test a solution.


Viewing all articles
Browse latest Browse all 59525

Trending Articles