我有一个来自前端的 php 文件,它需要从管理后端触发一个 php 文件,但它不能这样做,因为我在 .htaccess 中添加了:
ErrorDocument 403 "Forbidden
order allow,deny
allow from 182.112.0.1/13
allow from 76.112.0.1/13 ....
它在 php 文件的内部回显了一个禁止的错误。有没有办法用 htaccess 文件克服这个问题?
就像是
ErrorDocument 403 "Forbidden
order allow,deny
allow from 182.112.0.1/13
allow from 76.112.0.1/13 ....
allow from file.php // this doesn't work