Thanks I will have a go and see what happens....keep fingers crossed for me.
. :-)

Kriss :-)

-------Original Message-------
 
From: Justin Pasher
Date: 01/12/2008 21:54:27
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] .htaccess
 
Kriss wrote:
>
> This is what the file says....
>
> Order Deny,Allow
> Deny from 80.41.61.248
> RewriteEngine on
> RewriteCond %{HTTP_REFERER} fillbest\.com [NC]
> RewriteRule .* - [F]
>
> and the file is in the folder before the public_html one...I think you
> can tell I really am technical...LOL and the one I want to add is
> seedmain.com.
>
> If you can help it would be a big help as I have had 250 hits from
> these guys last month!
>
>
 
You need to chain together the RewriteCond directives with an [OR]
 
RewriteCond %{HTTP_REFERER} fillbest\.com [NC,OR]
RewriteCond %{HTTP_REFERER} seedmain\.com [NC]
RewriteRule .* - [F]
 
Justin Pasher
 
> /-------Original Message-------/
>
> /*From:*/ Eric Covener <mailto:[EMAIL PROTECTED]>
> /*Date:*/ 01/12/2008 18:27:25
> /*To:*/ users@httpd.apache.org <mailto:users@httpd.apache.org>
> /*Subject:*/ Re: [EMAIL PROTECTED] .htaccess
>
> On Mon, Dec 1, 2008 at 11:46 AM, Kriss <[EMAIL PROTECTED]
> <mailto:[EMAIL PROTECTED]>> wrote:
> > Hi guys
> >
> > I am probably not talking to the right people at all but I am at the
> end of
> > my tether on where to go....I have updated my htaccess to ban a URL from
> > using my bandwidth the problem is that I need to ban another one so
> I did
> > what I thought I was supposed to do and all of my scripts on the website
> > stopped working....ooops.
>
> What's the content of your htacess file, where is it in you
> filesystem, and what URL were you trying to prevent from loading?
>
> --
> Eric Covener
> [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]>
>
>
>
 
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
 
 
____________________________________________________________
 
No virus found in this incoming message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.9.12/1822 - Release Date: 12/1/2008
8:23 AM
 
 
No virus found in this outgoing message.
Checked by AVG - http://www.avg.com
Version: 8.0.176 / Virus Database: 270.9.12/1823 - Release Date: 12/1/2008 7:59 
PM

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to