Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图让我的 htaccess 文件阻止所有流量,除非从名为 Premiere.htm 的本地文件中单击链接。这就是我现在所拥有的,但它不起作用......我做错了什么?
SetEnvIf Referer .*(premiere.htm)$ let_me_in Order Deny,Allow Deny from all Allow from env=let_me_in
谢谢
如果链接referer是从从file://. 如果您在点击链接之前使用 Chrome 并打开开发者工具,您将能够看到请求标头 - 浏览器可能不会为本地文件传递此信息。
referer
file://