====== Seguridad .htaccess ====== \\ # BEGIN XMLRP Deny Order Allow,Deny Deny from all # END XMLRP Deny # BEGIN block author scans RewriteEngine On RewriteBase / RewriteCond %{QUERY_STRING} (author=\d+) [NC] RewriteRule .* - [F] # END block author scans