的.htaccess拒绝访问特定文件?不止一个 [英] .htaccess deny access to specific files? more than one

查看:310
本文介绍了的.htaccess拒绝访问特定文件?不止一个的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我可以禁止访问与的.htaccess文件,但我不知道如何禁止多个文件来看待(直接,不是从包括)

I am able to disable access to a file with .htaccess, but I don't know how to disallow multiple files to be viewed (directly, not from includes)

他们的.php,所以我不能禁止的文件类型(如仅在线教程说..)

They are .php so I can't disable a file type (like the only tutorials online say..)

<FILES ... ? 

</FILES>

或东西..例如home.php,为file.php,test.php的我怎么禁止访问所有三个文件包含该标签的?或类似的,帮助请!

Or something.. For example "home.php, file.php , test.php" how do I disallow access to all three files with that tag? or similar, help please!

推荐答案

如果您想根据定期EX pressions排除的文件,你可以使用FilesMatch而不是文件,如:

If you want to exclude files based on regular expressions, you could use FilesMatch instead of Files, e.g.:

<FilesMatch ^((home|test|file)\.php$|mysecretfolder|asecretpicture\.jpe?g)$>
...
</FilesMatch>

这篇关于的.htaccess拒绝访问特定文件?不止一个的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆