Re: .htaccess

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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:covener@xxxxxxxxx>
/*Date:*/ 01/12/2008 18:27:25
/*To:*/ users@xxxxxxxxxxxxxxxx <mailto:users@xxxxxxxxxxxxxxxx>
/*Subject:*/ Re:  .htaccess
On Mon, Dec 1, 2008 at 11:46 AM, Kriss <kristina@xxxxxxxxxxxxxxxx <mailto:kristina@xxxxxxxxxxxxxxxx>> 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
covener@xxxxxxxxx <mailto:covener@xxxxxxxxx>

	


---------------------------------------------------------------------
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: users-unsubscribe@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx


[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux