How to move 1 WP site from a mult-site environment to a different multi-site area

If you know how WordPress is structured internally it should not be too hard. Here are the steps: For your site to migrate create a new site in the WordPress multisite environment (the information in the following tables must fit the new environment) wp_blogs (especially this) wp_blogs_versions (probably irrelevant) wp_registration_log (probably irrelevant) wp_signups (probably irrelevant) … Read more

htaccess file for multiple CMS’s (multisite wordpress + wolfcms) on same domain but different subdirectories

I assume your preferred hostname is www.example.com (www.root.nl) – this needs to be consistent for both sites. (Currently your Wolf CMS seems to be favouring, whilst your WordPress directives are redirecting to example.com (no www). This also assumes all your URLs are prefixed with a 4 digit year. ie.: /2003 to /2012 – static site … Read more

Issues with Multisite installation and 403 error for REST API request

If you’re using WordPress Multisite in subdomain mode, here’s the recommended .htaccess file WordPress section (see the WordPress support page): RewriteEngine On RewriteBase / RewriteRule ^index\.php$ – [L] # add a trailing slash to /wp-admin RewriteRule ^wp-admin$ wp-admin/ [R=301,L] RewriteCond %{REQUEST_FILENAME} -f [OR] RewriteCond %{REQUEST_FILENAME} -d RewriteRule ^ – [L] RewriteRule ^(wp-(content|admin|includes).*) $1 [L] RewriteRule … Read more

error code: 521