Is this Hack code on HTA access file?

Discussion in 'Security' started by Penny23, Apr 24, 2012.

  1. #1
    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.
     
    Penny23, Apr 24, 2012 IP
  2. madaboutlinux

    madaboutlinux Member

    Messages:
    250
    Likes Received:
    7
    Best Answers:
    2
    Trophy Points:
    43
    #2
    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.
     
    madaboutlinux, Apr 24, 2012 IP