📅  最后修改于: 2022-03-11 14:52:55.438000             🧑  作者: Mango
# ALLOW ONLY MULTIPLE IPs
Order Deny,Allow
Deny from all
Allow from 123.456.789
Allow from 456.789.123
Allow from 789.123.456
ErrorDocument 403 path/custom-message.html
Order Allow,Deny
Allow from all