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.
我有一个要保护的 mp3 文件夹。我正在使用 htaccess 文件匹配全部拒绝,但我需要从一个特定 HTML 页面中的音频播放器访问。是否可以创建一个例外(拒绝所有标记)以允许访问一个 especif 文件/域?
谢谢
请参阅按域访问拒绝/批准
<Limit GET> order deny,allow deny from all allow from .yourplayerdomain.com </Limit>