📜  使只有某些 ip 可以访问 html 文件 - Html 代码示例

📅  最后修改于: 2022-03-11 14:52:55.438000             🧑  作者: Mango

代码示例1
# 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