最新下载
热门教程
- 1
 - 2
 - 3
 - 4
 - 5
 - 6
 - 7
 - 8
 - 9
 - 10
 
Apache设置禁止访问网站目录(目录列表显示文件)
时间:2022-06-25 00:13:45 编辑:袖梨 来源:一聚教程网
进入apache的配置文件 httpd.conf 找到:
| 代码如下 | 复制代码 | 
| 
				 Options Indexes FollowSymLinks 修改为: Options FollowSymLinks  | 
		|
其实就是将Indexes去掉,Indexes表示若当前目录没有index.html就会显示目录结构。
| 代码如下 | 复制代码 | 
| 
				 
					1. 禁止访问某些文件/目录 
					禁止访问某些指定的目录:(可以用  
					通过文件匹配来进行禁止,比如禁止所有针对图片的访问: 
					针对URL相对路径的禁止访问:  | 
		|
配置示例:
| 代码如下 | 复制代码 | 
| 
				 # # Possible values for the Options directive are "None", "All", # or any combination of: # Indexes Includes FollowSymLinks SymLinksifOwnerMatch ExecCGI MultiViews # # Note that "MultiViews" must be named *explicitly* --- "Options All" # doesn't give it to you. # # The Options directive is both complicated and important. Please see # http://httpd.ap*ach**e.org/docs/2.2/mod/core.html#options # for more information. # 就是这一行,只去掉indexes也可 #Options Indexes FollowSymLinks Options FollowSymLinks # # AllowOverride controls what directives may be placed in .htaccess files. # It can be "All", "None", or any combination of the keywords: # Options FileInfo AuthConfig Limit # AllowOverride None # # Controls who can get stuff from this server. # Order allow,deny Allow from all 建议默认情况下,设置APACHE禁止用户浏览目录内容。  | 
		|
相关文章
- 原神杜林圣遗物选择推荐 11-04
 - 百度网盘SVIP激活码能用的有哪些 百度网盘vip免费领取 11-04
 - 打个螺丝兑换码能用的有哪些 2025最新有效兑换码汇总 11-04
 - 抓大鹅有效兑换码有哪些 2025最新可用兑换码大全 11-04
 - 密室出逃兑换码能用的有哪些 2025最新有效兑换码大全 11-04
 - 猪了个猪兑换码最新可用 2025最新有效兑换码汇总 11-04