我需要拒绝公众用户查看我们在网站上使用的js框架。
我有Apache 2.x版本的php和js。
首先我的问题是,它值得推荐吗?我的意思是,不会拒绝访问该目录也会阻止Apache解析框架并使用它吗?
第二,我该如何实现呢?我试过用
RedirectMatch 404 /var/www/html/js/.* example.com
遵循本指南:https://alvinalexander.com/web/apache-redirectmatch-examples-wildcard-301
此外,我尝试使用/ js目录中的.htaccess文件,只有deny from all
,甚至<Directory "/var/www/html/js"> </Directory>
Options -Indexes
和deny from all
,但没有运气。
这样做的正确方法是什么?
答案 0 :(得分:0)
答案是......它无法完成,因为它是javascript如何工作的一部分,并且必须可见才能使网站正常工作