禁止通过 url 查看目录树

发布于 2024-08-10 14:35:37 字数 138 浏览 3 评论 0原文

我购买了一个域名,并试图弄清楚如何负责任地配置它。我还没有设置 index.html 文件,我注意到如果我点击我的域,我会看到我的文件目录树,并且我可以深入到浏览器中的所有文件。有什么方法可以禁用此功能吗?我将其托管在 Apache 上

I bought a domain name and am trying to figure out how to configure it responsibly. I haven't set up an index.html file yet and I've noticed that if I hit my domain, I see my file directory tree and I can dive down to all the files within my browser. Is there a way that I can disable this? I am hosting it on Apache

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

贪了杯 2024-08-17 14:35:37

如果您使用的是 IIS。

  1. 右键单击您的网站,然后选择属性。
  2. 选择主目录选项卡。
  3. 取消选中目录浏览。

If you are using IIS.

  1. Right-click on your website, and choose Properties.
  2. Select Home Directory tab.
  3. Uncheck the Directory browsing.
新雨望断虹 2024-08-17 14:35:37

您可以尝试以下操作:

  1. 创建一个名为 index.html 的空文件并将其上传到 public_folder
  2. 创建一个包含以下内容的 .htaccess 文件: 选项 -Indexes
  3. 如果您的站点有某种 cpanel,请查找禁用选项目录浏览。

创建index.html 文件可能是最简单且最一致的方法。

仅供参考,我的 .htaccess 信息来自 techiecorner.com

You can try a few things:

  1. create an empty file named index.html and upload it into the public_folder
  2. create an .htaccess file with the following contents: Options -Indexes
  3. If you have some kind of cpanel for your site, look for options to disable directory browsing.

Creating the index.html file is probably the easiest and most consistent way to go.

FYI, my .htaccess info came from techiecorner.com

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文