Google has identified my sites as having Malware. I am trying to find where the code is. Can anyone tell me if all of this in an .htaccess file is malicious code? Thanks! # BEGIN WordPress <IfModule mod_rewrite.c>
Is this Malware code?
17
Google has identified my sites as having Malware. I am trying to find where the code is. Can anyone tell me if all of this in an .htaccess file is malicious code? Thanks!
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 83.103.119.239
deny from 80.83.210.250
deny from 69.90.162.100
deny from 193.105.240.173
deny from 80.243.174.25
deny from 174.37.182.234
deny from 69.125.222.180
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
<Files 403.shtml>
order allow,deny
allow from all
</Files>
deny from 83.103.119.239
deny from 80.83.210.250
deny from 69.90.162.100
deny from 193.105.240.173
deny from 80.243.174.25
deny from 174.37.182.234
deny from 69.125.222.180
- Earnie Boyd
- Blackhat Articles
- GFI
- [1] reply
- BlueLayerHost
- IdeaBox
- paparts
- n7 Studios
- brandonthomas Banned
- CrossHash
- so11
- zdorian
- automaton
- teguhyuliantos
- MightyWarrior
- BenQ
Next Topics on Trending Feed
-
17