Puddinq.com sharing knowledge

Block htacces with custom error page

Block htacces with custom error page

syntaxhighlighter evolved
ErrorDocument 403 /error_message.html

<Limit GET POST>
Order Allow,Deny

allow from 185.133.36.169

<FilesMatch "error_message\.html$">
Allow from all
</FilesMatch></Limit>