Redirect subdomain in Multisite installation?

RewriteRule ^(.*)$ https://example.com/summer/$1 [R=301] You need to include the L flag on the RewriteRule directive, ie. [R=301,L] and ensure this rule is near the top of the .htaccess file, before the existing WordPress directives. Without the L flag, processing continues and the request is further rewritten (by the WordPress front-controller) before the eventual (incorrect) redirect.

“Organize my uploads into month- and year-based folder” Option Not Visible in Multisite

All credit to: https://chiroiu.com/blog/disable-month-year-based-uploads-on-wordpress-multisite/ Disable month- / year-based uploads on wordpress multisite Wordpress / January 30, 2020 By default wordpress organises uploaded media into month- and year-based folders. Probably a relict from when it was mostly used as a blogging tool. You can disable this easily enough under Settings > Media. On a WordPress Multisite … Read more

Sitewide category terms

global_terms is not only deprecated, it was never fully functional, and all it did was assign the same category id to identical terms. It didn’t do what you want. While you can create the same categories on all blogs at the time of creation using something like this plugin: http://wordpress.org/extend/plugins/wpmu-new-blog-defaults/ the part about making it … Read more

Images don’t show up

Finally, I’ve got it! Sniffing the HTTP resonses indicated that a few extra bytes were being inserted between the headers and body of the http response, resulting in bad image data. Further investigation revealed that these characters represent a Unicode Byte Order Mark (BOM). These, in turn, were caused by a Windows editor that saved … Read more

error code: 521