Mobile app version of vmapp.org
Login or Join
BetL925

: Solving corruption in a .htaccess flle I received a call from Go Daddy indicating that my site had been hacked and the .htaccess file is now an issue. The code in my .htaccess file is as

@BetL925

Posted in: #Hacking #Htaccess

I received a call from Go Daddy indicating that my site had been hacked and the .htaccess file is now an issue.

The code in my .htaccess file is as follows

RewriteEngine On

RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule ^([^/]*)/$ /help-insideit.php?p= [L]

AddType application/octet-stream .gdb .gpx


Could someone advise me as to what could be corrupted?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @BetL925

1 Comments

Sorted by latest first Latest Oldest Best

 

@Welton855

you need to do a few things to fix the issue.


Change your FTP password, you need a strong password.
Remove the three lines starting with 'RewriteCond' and 'RewriteRule' in your htaccess file.
Delete the file 'help-insideit.php' from your server.


As commented above contact GoDaddy's hosting support department if you need help with it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme