拒绝访问文件
如何拒绝从外部访问一个文件?
if you go www.mysite.com/file.txt - ban.
if you go /home/public_html/file.txt - ok.
谢谢 ;)
how denied access one file from outside?
if you go www.mysite.com/file.txt - ban.
if you go /home/public_html/file.txt - ok.
Thanks ;)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
阅读htaccess 技巧
或 这个
对于所有扩展名的特定文件
(
.txt
)Read this htaccess tricks
or this one
for specific file
for all extension (
.txt
)假设您使用的是 Apache,则可以使用 .htaccess 文件来限制某些文件类型。
Assuming that you're using Apache, you can use .htaccess files to restrict certain file types.