Richard G
Verified User
@Alex: Thank you for the better code and the confirmation.
@John: Thank you for the fix.
@John: Thank you for the fix.
This should work in *.4.post:
Code:<Location ~ "/xmlrpc.php"> Order allow,deny Deny from all ErrorDocument 403 "Sorry, you are not allowed to view this page!" </Location>
p.s. Confirmed: *.pre templates does not work on my end too, both for Nginx and Apache.
Hello,
We use this:
Code:<Files xmlrpc.php> Order allow,deny Deny from all ErrorDocument 403 "Sorry, you are not allowed to view this page!" </Files>
it gives no page hit.