Re: [EMAIL PROTECTED] block IP range with mod_rewrite

2006-10-18 Thread Joshua Slive
On 10/18/06, Norman Khine <[EMAIL PROTECTED]> wrote: The problem is that the if I add the: RewriteMaphosts-deny txt:/home/user/apache/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE_ADDR}|NOT-FOUND} !=NOT-FOUND Re

Re: [EMAIL PROTECTED] block IP range with mod_rewrite

2006-10-18 Thread Norman Khine
Joshua Slive wrote: > On 10/17/06, Norman Khine <[EMAIL PROTECTED]> wrote: >> hello again, >> i have the following rewrite rule, >> >> >> ServerName domain.tld >> ServerAlias www.domain.tld >> RewriteEngine On >> RewriteMaphosts-deny txt:/home/user/apache/hosts.deny >> RewriteCond

Re: [EMAIL PROTECTED] block IP range with mod_rewrite

2006-10-17 Thread Joshua Slive
On 10/17/06, Norman Khine <[EMAIL PROTECTED]> wrote: hello again, i have the following rewrite rule, ServerName domain.tld ServerAlias www.domain.tld RewriteEngine On RewriteMaphosts-deny txt:/home/user/apache/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-

[EMAIL PROTECTED] block IP range with mod_rewrite

2006-10-17 Thread Norman Khine
hello again, i have the following rewrite rule, ServerName domain.tld ServerAlias www.domain.tld RewriteEngine On RewriteMaphosts-deny txt:/home/user/apache/hosts.deny RewriteCond ${hosts-deny:%{REMOTE_HOST}|NOT-FOUND} !=NOT-FOUND [OR] RewriteCond ${hosts-deny:%{REMOTE_ADDR}|