Hi Alex,
We’ve found an approach that is more suitable for the many sites we have. Installing an extra plugin or editing the htaccess would take up too much time.
We’re gonna make an author.php and upload that to the (child)theme with the code:
<?php
$location = "Location: ".get_site_url();
header("HTTP/1.1 301 Moved Permanently");
header($location);
?>
An upload only takes a few moments.
Greets,
Rolf