Can anyone tell me of all of this is Malware code on my .htaccess file?# BEGIN WordPressRewriteEngine OnRewriteBase /RewriteRule ^index\.php$ - [L]RewriteCond %{REQUEST_FILENAME} !-fRewriteCond %{REQUEST_FILENAME} !-dRewriteRule . /index.php [L]# END WordPressorder allow,denyallow from alldeny from 83.103.119.239deny from 80.83.210.250deny from 69.90.162.100deny from 193.105.240.173deny from 80.243.174.25deny from 174.37.182.234deny from 69.125.222.180I really appreciate any advice given.
This is not a hack code. The following code are the default RewriteRules added to .htaccess by Wordpress during the Wordpress installation. The following code indicates that your site should allow everyone except the IPs on the "deny" lines. They may be added automatically by any plugin you may have activated to stop any sort of ddos attack OR your host may have added them. So nothing to worry.