Afficher un message
Vieux 09/02/2005, 15h58   #1
Scott Moseman
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Reject Specific URL Attempts


I want to reject any URL request that contains
the character string "252Esystem". My goal is
to block all these hack attempts on my phpBBs,
since all they do is suck up bandwidth. I have
not had any luck getting my Apache to fail them.

RewriteEngine on
RewriteRule (.*)252Esystem(.*) - [F]

I tried a couple variations of this syntax, and
I have not come up with anything that has worked.

PS- I do Rewrites based on referrals already, so
my Apache server should not need any new modules.

Thanks,
Scott

  Réponse avec citation
 
Page generated in 0,05248 seconds with 9 queries