Jump to content

malware or suspicious files spotted by google ads


zafer

Recommended Posts

I note that this URL returns the default page index.php:

https://www.luxurybedsets.com/favicon.ico

This tells me that the following part of the .htaccess file is missing or different:

## Override default 404 error document for missing page resources ##
<FilesMatch "\.(gif|jpe?g|png|ico|css|js|svg)$">
  ErrorDocument 404 "<html></html>
</FilesMatch>
##### END CubeCart .htaccess #####';

The above instructs the web server to return a simple 404 response when images, css, or javascript files cannot be found. Specifically, in this case, the favicon.ico file is not found, and the web server is returning the main page (as directed in a previous statement in the .htaccess file) instead of the zero-content simple response.

I will say this is very probably not the source of your issue.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...