Export and overwrite pages on import?

You have a narrow selection to choose from. Either replace the database tables with something like wp-cli or have a special import-export process for your data. If you want to make this granular, you could make a post metabox to import/export post content and metadata as json. Then updates could be incremental and on the … Read more

302 redirect instead of 301 after switch to HTTPS

RewriteCond %{SERVER_PORT} 80 RewriteRule ^(.*)$ https://www.janjippe.nl/$1 [R,L] Your “old” .htaccess file at /public_html/.htaccess would appear to have the suspect 302 redirect. Without an explicit status code, the R flag defaults to a 302. If the entire site has been moved to the /private_html folder as part of the implementation of SSL then it would seem … Read more

After moving wordpress some files still point to old directory

Did you follow these docs?: http://codex.wordpress.org/Moving_WordPress You can leave all your files in /wordpress/ and simply make WordPress appear to be in root. See http://codex.wordpress.org/Giving_WordPress_Its_Own_Directory#Using_a_pre-existing_subdirectory_install If /html/website is really web root, you don’t use that string in any configurations, you use mydomain.com.