根目录——验证所有权——我是否将文件放在正确的位置?

发布于 2024-12-03 22:21:09 字数 136 浏览 1 评论 0原文

我的网站是用 PHP 构建的。

我需要将文件上传到根目录,以验证域的所有权。

我将文件放在通过 ftp 登录时看到的第一个窗口中,但该文件没有显示在相关 URL 处。

我应该将文件放在哪里才能使其位于根目录中?

My site is built in PHP.

I need to upload a file to the root directory, to verify ownership of the domain.

I put the file in the first window I see when I log in over ftp, but the file doesn't show up at the relevant url.

Where do I place a file so that it's in the root directory?

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

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

发布评论

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

评论(1

夜雨飘雪 2024-12-10 22:21:09

根目录是您网站的 DocumentRoot

它基本上是您网站的公共文件夹。

index.php 所在的文件夹(或调用的第一个文件)。

The root is the DocumentRoot of your site.

It is basically the public folder of your website.

The folder where your index.php is (or the first file that is called).

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