Quote Originally Posted by lat9 View Post
relish, there are two possibilities:

1. Did you update your store's root .htaccess file to contain
Code:
ErrorDocument 404 /index.php?main_page=page_not_found
2. If you did, then it's possible that the /secure access is generating a 403 (permission error) rather than a 404 (not found) error. You can force the plugin to send emails in this case, too, by updating your .htaccess file to contain the following as well
Code:
ErrorDocument 403 /index.php?main_page=page_not_found
Thanks boss !

Though we have not updated the .htaccess file , we are getting the queries which generate 404 error:
A user at host address [pluto.hostonwin.com] with IP address
[206.72.195.228] generated a 404 using the query string
[/index.php?main_page=shippinginfo/extras/ipn_test_return.php].


A user at host address [117.198.89.34] with IP address [117.198.89.34]
generated a 404 using the query string [/index.php?main_page=login3].

A user at host address [mail.it-security-center.ru] with IP address
[93.158.114.134] generated a 404 using the query string
[/index.php?main_page=products_new/extras/curltest.php].

A user at host address [mail.nap.websolute.com.br] with IP address
[200.150.205.30] generated a 404 using the query string
[/index.php?main_page=shippinginfo/extras/curltest.php].

A user at host address [mail.nap.websolute.com.br] with IP address
[200.150.205.30] generated a 404 using the query string
[/index.php?main_page=specials/admin/file_manager.php/login.php].
I think they are hacking attempts , could that be true ?
Our ZC installation is 1.5 and the security guidelines has been followed as per the guide posted on ZC tutorials (http://www.zen-cart.com/wiki/index.p...ecommendations).
Is there anything to worry about? Will be helpful if anybody could elaborate

Thanks