Blocking IP Range in .htaccess Problem

Posted by Pedro on Server Fault See other posts from Server Fault or by Pedro
Published on 2010-05-04T11:18:24Z Indexed on 2010/05/04 11:28 UTC
Read the original article Hit count: 314

Filed under:
|
|

Hi,

I'm trying to block the access of one of my webapps using IP Filter in the .htaccess, the problem is that after updating the file with:

order allow,deny
deny from 58.14.0.0/15
allow from all

I get the folowing error:

Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error. More information about this error may be available in the server error log.

What is wrong?

Regards,
Pedro

© Server Fault or respective owner

Related posts about apache2

Related posts about .htaccess