Forum Moderators: phranque
This is the site: [62.1X6.106.86...]
I've tried this, but it doesn't work:
SetEnvIf Remote_Host [62\.1X6\.106\.86...] ban
<Files *>
order deny,allow
deny from env=ban
</Files>
<added>
My 'no linking code' is working, but as they make progress in copying the images, it is becoming useless. I want to make it so when they try to access one of the pages they've captured, they get a forbidden.
[edited by: DaveAtIFG at 6:52 am (utc) on Oct. 14, 2003]
[edit reason] Anonymized IPs [/edit]
SetEnvIf Remote_Addr ^62\.1X6\.106\.86$ ban
Also, some members here have reported problems when multiple "allow,deny" sections are present in an .htaccess file; If possible, integrate the actual deny that references the "ban" variable with any pre-existing section.
Jim
[edited by: DaveAtIFG at 6:52 am (utc) on Oct. 14, 2003]
SetEnvIf Remote_Addr ^62\.1X6\.106\.86$ ban
<Files *>
order deny,allow
deny from env=ban
</Files>
...links from this site still are able to connect to my server. As I said, many of the images are displaying as Thief.bmp but I'd like to stop them connecting altogether.
I cannot even resolve the address to see who I'd complain to.
<added> My logs show that the ban IS working, logging "denied by server configuration". Guess he's already hijacked so many files, it's hard to distinguish what's missing - LOL.
[edited by: DaveAtIFG at 6:53 am (utc) on Oct. 14, 2003]
So, now they're using your own pages to hotlink your images?
Okey-dokey... Just add another line:
SetEnvIf Remote_Addr ^62\.1X6\.106\.86$ ban
SetEnvIf Referer ^62\.1X6\.106\.86$ ban
<Files *>
order deny,allow
deny from env=ban
</Files>
You could complain to the hosting provider (if you speak Bulgarian).
Jim
[edited by: DaveAtIFG at 6:53 am (utc) on Oct. 14, 2003]