[ic] how to block a customer

steve sb at airdelights.com
Sun May 30 15:53:17 EDT 2004


unfortunately i'm on a shared server, so i don't have access to the
httpd.conf file.  is there any other way to block an ip address?

thank you,
steve
----- Original Message -----
From: "Eric Small" <interchange at ericsmall.com>
To: <interchange-users at icdevgroup.org>
Sent: Sunday, May 30, 2004 12:53 PM
Subject: Re: [ic] how to block a customer


> 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
>
> _______________________________________________
> interchange-users mailing list
> interchange-users at icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users



More information about the interchange-users mailing list