I am still trying to learn how Apache works so please bear with me.

I am using a "htaccess" file to limit certain IP from accessing my
server. This is the format of the file:

<Limit GET HEAD POST>
order allow,deny
deny from X.X.X.X
allow from all
</Limit>

This is working perfectly. Is there anyway I can have a custom message
displayed when a site listed in the above file is blocked?

Thanks!

-- 
Carmel ✌
carmel...@hotmail.com

Disclaimer: off-list followups get on-list replies or get ignored.
Please do not ignore the "Reply-To" header.
__________________________________________________________________


---------------------------------------------------------------------
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-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to