修改Apache Software Foundation\Apache2.2\conf\httpd的配置文件:
将Options Indexes FollowSymLinks
改成:Options -Indexes FollowSymLinks
或者改成:Options FollowSymLinks
将Options Indexes FollowSymLinks
改成:Options -Indexes FollowSymLinks
或者改成:Options FollowSymLinks
本文介绍如何修改Apache2.2中的httpd配置文件来调整目录选项设置。具体操作包括将OptionsIndexesFollowSymLinks更改为Options-IndexesFollowSymLinks或OptionsFollowSymLinks,以实现对网站目录索引和符号链接的不同需求。
753

被折叠的 条评论
为什么被折叠?



