Update configured themes

As per comments, courtesy Matthew, this seems to be the best option: I think your brainstorm is the best option. You should get them all child themes and then going forward it will be way less of a hassle to update. It shouldn’t take too long. Just figure out which files were customized, through them … Read more

Change main site in multisite install?

Having the naked domain as your first site of a multisite is the ideal and you should work to keep it that way. The good news is that if you’ve already got multisite setup, you can theoretically make as many subdomains as you like. There are also various plugins out there that can clone sites … Read more

How to host unrelated pages on WordPress domain

Sure. Just add the subdirectory and then in your .htaccess file (in the base directory) add, before the index.php redirect lines another redirect something like <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^/otherdirectory/(.*) http://www.yourdomain.com/otherdirectory/$1 [L] </IfModule> Just make sure you dont have any url’s using otherdirectory in your wordpress installation.

File not found.