[ic] how to block a customer

Eric Small interchange at ericsmall.com
Sun May 30 15:53:36 EDT 2004


steve wrote:

>Hello,
>
>   I'm receiving many fraudulant orders from a specific ip address.  Is
>there an easy way to block this person from using the checkout page?
>

If you're using Apache you could put something like this in the 
configuration.

| <Directory /websitedirectory/cgi-bin/store/ord/checkout.html>
Order Deny,Allow
Deny from xxx.xxx.xxx.xxx
Allow from all
</Directory>

|I think that should work.

Eric



More information about the interchange-users mailing list