@ ScoutHarper
Did you try adding the following to your root .htaccess?
RewriteCond %{REQUEST_URI} \?author=\d+ [NC]
RewriteRule .* - [F]
It needs to be after "RewriteEngine On" but before your WordPress permalink rules.
@ ScoutHarper
Did you try adding the following to your root .htaccess?
RewriteCond %{REQUEST_URI} \?author=\d+ [NC]
RewriteRule .* - [F]
It needs to be after "RewriteEngine On" but before your WordPress permalink rules.